diff options
author | Solomon Peachy | 2013-06-11 09:49:39 -0400 |
---|---|---|
committer | John W. Linville | 2013-06-11 12:48:10 -0400 |
commit | 19db577868e94c80dc9a569d937109f95c34d0f4 (patch) | |
tree | b6ea03b4f84dcd89b0fce8634a571c57d783cce6 /drivers/net/wireless/cw1200/Kconfig | |
parent | fa8eeae102570dfdf3fd14347a0671cff8a2cfe4 (diff) |
cw1200: Eliminate the ETF debug/engineering code.
This is only really useful for people who are bringing up new hardware
designs and have access to the proprietary vendor tools that interface
with this mode.
It'll live out of tree until it's rewritten to use a less kludgy interface.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/Kconfig')
-rw-r--r-- | drivers/net/wireless/cw1200/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/cw1200/Kconfig b/drivers/net/wireless/cw1200/Kconfig index fc1b472460c8..0880742eab17 100644 --- a/drivers/net/wireless/cw1200/Kconfig +++ b/drivers/net/wireless/cw1200/Kconfig @@ -27,14 +27,4 @@ config CW1200_WLAN_SPI need to add appropriate platform data glue in your board setup file. -menu "Driver debug features" - depends on CW1200 && DEBUG_FS - -config CW1200_ETF - bool "Enable CW1200 Engineering Test Framework hooks" - help - If you don't know what this is, just say N. - -endmenu - endif |