[PATCH] misc devices: Do not enable by default

From: Borislav Petkov
Date: Sat Aug 28 2010 - 07:07:28 EST


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@xxxxxxxxx>
---

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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/