summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig')
-rw-r--r--target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig b/target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig
deleted file mode 100644
index 1bc4c2b..0000000
--- a/target/linux/ramips/files-3.7/drivers/net/ethernet/ramips/Kconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-config NET_RAMIPS
- tristate "Ralink RT288X/RT3X5X/RT3662/RT3883 ethernet driver"
- depends on MIPS_RALINK
- select PHYLIB if (SOC_RT288X || SOC_RT3883)
- select SWCONFIG if SOC_RT305X
- help
- This driver supports the etehrnet mac inside the ralink wisocs
-
-if NET_RAMIPS
-
-config NET_RAMIPS_DEBUG
- bool "Enable debug messages in the Ralink ethernet driver"
-
-config NET_RAMIPS_DEBUG_FS
- bool "Enable debugfs support for the Ralink ethernet driver"
- depends on DEBUG_FS
-
-endif