# # Nuvoton network device configuration # config [31mCONFIG_NET_VENDOR_NUVOTON[0m bool "Nuvoton devices" default y depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_W90X900[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Nuvoton cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_NUVOTON[0m config [31mCONFIG_W90P910_ETH[0m tristate "Nuvoton w90p910 Ethernet support" depends on [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_W90X900[0m select [31mCONFIG_PHYLIB[0m select [31mCONFIG_MII[0m ---help--- Say Y here if you want to use built-in Ethernet ports on w90p910 processor. endif # [31mCONFIG_NET_VENDOR_NUVOTON[0m |