From: Randy Dunlap <[EMAIL PROTECTED]> This patch improves the presentation of several networking driver families. It causes them to be displayed aligned with ARCnet and Ethernet (immediately under them in menuconfig/xconfig/gconfig) instead of not being subordinate to (i.e., not indented) the Network device support heading at all. The improved network driver families are: token ring, wireless, PCMCIA, WAN, ATM, and S390.
Roman, is there a better way to do this? Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp linux-2613-rc3/drivers/net/Kconfig~net_config_sim3 linux-2613-rc3/drivers/net/Kconfig --- linux-2613-rc3/drivers/net/Kconfig~net_config_sim3 2005-07-13 19:56:52.000000000 -0700 +++ linux-2613-rc3/drivers/net/Kconfig 2005-07-23 17:57:46.000000000 -0700 @@ -2170,7 +2170,7 @@ config 2BUFF_MODE endmenu -if !UML +if NETDEVICES && !UML source "drivers/net/tokenring/Kconfig" source "drivers/net/wireless/Kconfig" --- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html