aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-21 20:55:27 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-11 19:29:35 -0400
commitbaf0fbfe7ea34cd676e3362a62033d8ca1c52d99 (patch)
tree339eac61055d73c8301169ca46591eb7717b93a9 /drivers/net/Kconfig
parentb47da97728c045a8fd75f36e59ba08cddc8f2292 (diff)
ftgmac100/ftmac100: Move the Faraday drivers
Move the Faraday driver into drivers/net/ethernet/faraday/ and make the necessary Kconfig and Makefile changes. CC: "Po-Yu Chuang" <ratbert@faraday-tech.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7f09cd541c3b..8da9f9620680 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -922,15 +922,6 @@ config XILINX_EMACLITE
922 help 922 help
923 This driver supports the 10/100 Ethernet Lite from Xilinx. 923 This driver supports the 10/100 Ethernet Lite from Xilinx.
924 924
925config FTMAC100
926 tristate "Faraday FTMAC100 10/100 Ethernet support"
927 depends on ARM
928 select MII
929 help
930 This driver supports the FTMAC100 10/100 Ethernet controller
931 from Faraday. It is used on Faraday A320, Andes AG101 and some
932 other ARM/NDS32 SoC's.
933
934config LANTIQ_ETOP 925config LANTIQ_ETOP
935 tristate "Lantiq SoC ETOP driver" 926 tristate "Lantiq SoC ETOP driver"
936 depends on SOC_TYPE_XWAY 927 depends on SOC_TYPE_XWAY
@@ -1286,15 +1277,6 @@ config PCH_GBE
1286 ML7223 is companion chip for Intel Atom E6xx series. 1277 ML7223 is companion chip for Intel Atom E6xx series.
1287 ML7223 is completely compatible for Intel EG20T PCH. 1278 ML7223 is completely compatible for Intel EG20T PCH.
1288 1279
1289config FTGMAC100
1290 tristate "Faraday FTGMAC100 Gigabit Ethernet support"
1291 depends on ARM
1292 select PHYLIB
1293 help
1294 This driver supports the FTGMAC100 Gigabit Ethernet controller
1295 from Faraday. It is used on Faraday A369, Andes AG102 and some
1296 other ARM/NDS32 SoC's.
1297
1298endif # NETDEV_1000 1280endif # NETDEV_1000
1299 1281
1300# 1282#