diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-19 19:35:05 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-22 11:11:59 -0800 |
commit | 52a91071306c3b129efa6ea2bfe16244b8619cd9 (patch) | |
tree | eedfebc92bbe90be61fb2b99d15abd347c7ed9c2 /drivers/atm | |
parent | caff5b6a6bfd0c55b359b2b4acd8c14f828b689e (diff) | |
download | linux-3.10-52a91071306c3b129efa6ea2bfe16244b8619cd9.tar.gz linux-3.10-52a91071306c3b129efa6ea2bfe16244b8619cd9.tar.bz2 linux-3.10-52a91071306c3b129efa6ea2bfe16244b8619cd9.zip |
[ATM]: Remove dead ATM_TNETA1570 option.
This patch removes the unconverted ATM_TNETA1570 option that also lacks
any code in the kernel.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 2ddd76fdbc4..33687454eb3 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -167,10 +167,6 @@ config ATM_ZATM_DEBUG Note that extended debugging may create certain race conditions itself. Enable this ONLY if you suspect problems with the driver. -# bool 'Rolfs TI TNETA1570' CONFIG_ATM_TNETA1570 y -# if [ "$CONFIG_ATM_TNETA1570" = "y" ]; then -# bool ' Enable extended debugging' CONFIG_ATM_TNETA1570_DEBUG n -# fi config ATM_NICSTAR tristate "IDT 77201 (NICStAR) (ForeRunnerLE)" depends on PCI && ATM && !64BIT |