diff options
| author | 2006-12-19 19:35:05 -0800 | |
|---|---|---|
| committer | 2006-12-22 11:11:59 -0800 | |
| commit | 52a91071306c3b129efa6ea2bfe16244b8619cd9 (patch) | |
| tree | eedfebc92bbe90be61fb2b99d15abd347c7ed9c2 | |
| parent | NetLabel: correctly fill in unused CIPSOv4 level and category mappings (diff) | |
[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>
| -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 2ddd76fdbc43..33687454eb32 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 |
