Trivial: This is a follow-up to your "Gigabit Ethernet submenu" precedent.
Only show the ATM drivers submenu if the ATM drivers entry is selected.
--
diff -urN a/drivers/atm/Kconfig b/drivers/atm/Kconfig
--- a/drivers/atm/Kconfig 2002-10-31 02:33:41.000000000 +0100
# ATM device configuration
#
-menu "ATM drivers"
+config ATM_DRIVERS
depends on NETDEVICES && ATM
+ bool "ATM drivers (depends on ATM=y)"
+
+menu "ATM drivers"
+ depends on ATM_DRIVERS
config ATM_TCP
tristate "ATM over TCP"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/