···1010 help1111 If you wish to compile a kernel for the AT91RM9200 and enable1212 ethernet support, then you should always answer Y to this.1313-1414-config W90P910_ETH1515- tristate "Nuvoton w90p910 Ethernet support"1616- depends on ARM && ARCH_W90X9001717- select PHYLIB1818- select MII1919- help2020- Say Y here if you want to use built-in Ethernet ports2121- on w90p910 processor.
···11+#22+# Nuvoton network device configuration33+#44+55+config NET_VENDOR_NUVOTON66+ bool "Nuvoton devices"77+ depends on ARM && ARCH_W90X90088+ ---help---99+ If you have a network (Ethernet) card belonging to this class, say Y1010+ and read the Ethernet-HOWTO, available from1111+ <http://www.tldp.org/docs.html#howto>.1212+1313+ Note that the answer to this question doesn't directly affect the1414+ kernel: saying N will just cause the configurator to skip all1515+ the questions about Nuvoton cards. If you say Y, you will be asked1616+ for your specific card in the following questions.1717+1818+if NET_VENDOR_NUVOTON1919+2020+config W90P910_ETH2121+ tristate "Nuvoton w90p910 Ethernet support"2222+ depends on ARM && ARCH_W90X9002323+ select PHYLIB2424+ select MII2525+ ---help---2626+ Say Y here if you want to use built-in Ethernet ports2727+ on w90p910 processor.2828+2929+endif # NET_VENDOR_NUVOTON
+5
drivers/net/ethernet/nuvoton/Makefile
···11+#22+# Makefile for the Nuvoton network device drivers.33+#44+55+obj-$(CONFIG_W90P910_ETH) += w90p910_ether.o