From 5e5451a54d2c3bcca2e876be4a2d34b8da59b9b8 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 20 Jan 2010 09:30:36 +0000 Subject: rtl8366_smi: add Kconfig option for the debugfs stuff SVN-Revision: 19243 --- target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch') diff --git a/target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch b/target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch index 77874b49f6..23dc525ece 100644 --- a/target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch +++ b/target/linux/ar71xx/patches-2.6.30/204-rtl8366-smi-driver.patch @@ -1,12 +1,18 @@ --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -140,4 +140,8 @@ config MDIO_GPIO +@@ -140,4 +140,14 @@ config MDIO_GPIO To compile this driver as a module, choose M here: the module will be called mdio-gpio. +config RTL8366_SMI + tristate "Support for RTL8366 switch via SMI interface" + depends on GENERIC_GPIO ++ ++config RTL8366_SMI_DEBUG_FS ++ bool "RTL8366S driver DEBUG_FS support" ++ depends on RTL8366_SMI ++ depends on DEBUG_FS ++ default n + endif # PHYLIB --- a/drivers/net/phy/Makefile -- cgit v1.2.3