summaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/Kconfig
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-06-11 02:29:36 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 00:22:12 -0700
commitec21e2ec367697b4803e82662bdff6c8567745fc (patch)
treecdb42f597ff5e60516bdab59d306006fd1fafd1c /drivers/net/fs_enet/Kconfig
parent5346ebf6db077d963e9d81af9df290d7f5532492 (diff)
downloadtalos-op-linux-ec21e2ec367697b4803e82662bdff6c8567745fc.tar.gz
talos-op-linux-ec21e2ec367697b4803e82662bdff6c8567745fc.zip
freescale: Move the Freescale drivers
Move the Freescale drivers into drivers/net/ethernet/freescale/ and make the necessary Kconfig and Makefile changes. CC: Sandeep Gopalpet <sandeep.kumar@freescale.com> CC: Andy Fleming <afleming@freescale.com> CC: Shlomi Gridish <gridish@freescale.com> CC: Li Yang <leoli@freescale.com> CC: Pantelis Antoniou <pantelis.antoniou@gmail.com> CC: Vitaly Bordug <vbordug@ru.mvista.com> CC: Dan Malek <dmalek@jlc.net> CC: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/fs_enet/Kconfig')
-rw-r--r--drivers/net/fs_enet/Kconfig34
1 files changed, 0 insertions, 34 deletions
diff --git a/drivers/net/fs_enet/Kconfig b/drivers/net/fs_enet/Kconfig
deleted file mode 100644
index fc073b5a38c7..000000000000
--- a/drivers/net/fs_enet/Kconfig
+++ /dev/null
@@ -1,34 +0,0 @@
-config FS_ENET
- tristate "Freescale Ethernet Driver"
- depends on CPM1 || CPM2 || PPC_MPC512x
- select MII
- select PHYLIB
-
-config FS_ENET_MPC5121_FEC
- def_bool y if (FS_ENET && PPC_MPC512x)
- select FS_ENET_HAS_FEC
-
-config FS_ENET_HAS_SCC
- bool "Chip has an SCC usable for ethernet"
- depends on FS_ENET && (CPM1 || CPM2)
- default y
-
-config FS_ENET_HAS_FCC
- bool "Chip has an FCC usable for ethernet"
- depends on FS_ENET && CPM2
- default y
-
-config FS_ENET_HAS_FEC
- bool "Chip has an FEC usable for ethernet"
- depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
- select FS_ENET_MDIO_FEC
- default y
-
-config FS_ENET_MDIO_FEC
- tristate "MDIO driver for FEC"
- depends on FS_ENET && (CPM1 || FS_ENET_MPC5121_FEC)
-
-config FS_ENET_MDIO_FCC
- tristate "MDIO driver for FCC"
- depends on FS_ENET && CPM2
- select MDIO_BITBANG
OpenPOWER on IntegriCloud