diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-20 09:30:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-20 09:30:36 +0000 |
commit | 6632b1ff3602e2b9c263ac30e8f0326fa808f8c8 (patch) | |
tree | c965ac8c27a2ee7027739f60e935dd5ac3dba5e9 /target/linux/ar71xx/patches-2.6.32 | |
parent | e58b6f9e1159571d02337b52783585e70f527264 (diff) | |
download | upstream-6632b1ff3602e2b9c263ac30e8f0326fa808f8c8.tar.gz upstream-6632b1ff3602e2b9c263ac30e8f0326fa808f8c8.tar.bz2 upstream-6632b1ff3602e2b9c263ac30e8f0326fa808f8c8.zip |
rtl8366_smi: add Kconfig option for the debugfs stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.32')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.32/204-rtl8366-smi-driver.patch | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.32/204-rtl8366-smi-driver.patch b/target/linux/ar71xx/patches-2.6.32/204-rtl8366-smi-driver.patch index 78ec2e44c0..383513cda7 100644 --- a/target/linux/ar71xx/patches-2.6.32/204-rtl8366-smi-driver.patch +++ b/target/linux/ar71xx/patches-2.6.32/204-rtl8366-smi-driver.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -146,4 +146,8 @@ config MDIO_GPIO +@@ -146,4 +146,14 @@ config MDIO_GPIO To compile this driver as a module, choose M here: the module will be called mdio-gpio. @@ -8,6 +8,12 @@ + 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 +++ b/drivers/net/phy/Makefile |