Commit 61e47e9b authored by Max Filippov's avatar Max Filippov

xtensa: xtfpga: only select ethoc when ethernet is available

Otherwise we get the following build warning:
    (XTENSA_PLATFORM_XTFPGA) selects ETHOC which has unmet direct
    dependencies (NETDEVICES && ETHERNET && HAS_IOMEM && HAS_DMA)
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent bb550fd5
...@@ -319,8 +319,8 @@ config XTENSA_PLATFORM_S6105 ...@@ -319,8 +319,8 @@ config XTENSA_PLATFORM_S6105
config XTENSA_PLATFORM_XTFPGA config XTENSA_PLATFORM_XTFPGA
bool "XTFPGA" bool "XTFPGA"
select ETHOC if ETHERNET
select SERIAL_CONSOLE select SERIAL_CONSOLE
select ETHOC
select XTENSA_CALIBRATE_CCOUNT select XTENSA_CALIBRATE_CCOUNT
help help
XTFPGA is the name of Tensilica board family (LX60, LX110, LX200, ML605). XTFPGA is the name of Tensilica board family (LX60, LX110, LX200, ML605).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment