From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig (limited to 'ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig') diff --git a/ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig b/ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig new file mode 100644 index 00000000..334c1718 --- /dev/null +++ b/ANDROID_3.4.5/drivers/net/ethernet/nuvoton/Kconfig @@ -0,0 +1,31 @@ +# +# Nuvoton network device configuration +# + +config NET_VENDOR_NUVOTON + bool "Nuvoton devices" + default y + depends on ARM && ARCH_W90X900 + ---help--- + If you have a network (Ethernet) card belonging to this class, say Y + and read the Ethernet-HOWTO, available from + . + + 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 NET_VENDOR_NUVOTON + +config W90P910_ETH + tristate "Nuvoton w90p910 Ethernet support" + depends on ARM && ARCH_W90X900 + select PHYLIB + select NET_CORE + select MII + ---help--- + Say Y here if you want to use built-in Ethernet ports + on w90p910 processor. + +endif # NET_VENDOR_NUVOTON -- cgit