[PATCH] only show the ATM drivers submenu if "ATM drivers" is selected

From: Tomas Szepe (szepe@pinerecords.com)
Date: Wed Jan 01 2003 - 10:33:45 EST


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.

-- 
Tomas Szepe <szepe@pinerecords.com>

diff -urN a/drivers/atm/Kconfig b/drivers/atm/Kconfig --- a/drivers/atm/Kconfig 2002-10-31 02:33:41.000000000 +0100 +++ b/drivers/atm/Kconfig 2003-01-01 16:28:07.000000000 +0100 @@ -2,8 +2,12 @@ # 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 the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jan 07 2003 - 22:00:14 EST