From: Borislav Petkov Date: Tue, 26 Oct 2010 21:22:46 +0000 (-0700) Subject: misc devices: do not enable by default X-Git-Tag: v2.6.37-rc1~105^2~56 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=5f2365d8c24aec8dbedf49c69b7601c7cfaee2c1;p=net-next-2.6.git misc devices: do not enable by default Do not enable this Kconfig menu by default since it contains devices not present on the majority of systems. This is becoming a pain and a waste of time especially when doing a bunch of kernel builds on different systems daily and have to answer "make oldconfig" prompts for strange devices. Signed-off-by: Borislav Petkov Acked-by: Mike Frysinger Cc: Michael Hennerich Cc: Andres Salomon Cc: Jean Delvare Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6d7665ce6f4..5a74db75f66 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -4,7 +4,6 @@ menuconfig MISC_DEVICES bool "Misc devices" - default y ---help--- Say Y here to get to see options for device drivers from various different categories. This option alone does not add any kernel code.