[PATCH] misc devices: Do not enable by default

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Borislav Petkov
Date: Saturday, August 28, 2010 - 4:07 am

Do not enable this Kconfig menu by default since it contains devices not
present on the majority of systems.

Signed-off-by: Borislav Petkov <bp@alien8.de>
---

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.

 drivers/misc/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 0b591b6..08909f6 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.
-- 
1.7.1


-- 
Regards/Gruss,
    Boris.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] misc devices: Do not enable by default, Borislav Petkov, (Sat Aug 28, 4:07 am)
Re: [PATCH] misc devices: Do not enable by default, Mike Frysinger, (Sat Aug 28, 8:46 am)