1. only show the ATM drivers submenu if "ATM drivers" is selected
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/
2. Search of Tool that does this :
3. [ATM] make atm (and clip) modular + try_module_get()
4. Programmers' behavior & needs survey
5. [ATM] allow atm to be loaded as a module
7. [ATM] cli() for net/atm/lec.c
8. Seting up slip over a nullmodem????
9. [ATM] ia64 doesn't know about atm drivers on 2.4 kernels
10. [ATM] assorted atm patches
11. How to change IP address for ATM
12. ATM boards and ip aliasing?
13. Classical IP over ATM (LS1010 and RS/6000)