On Tue, May 08, 2007 at 10:33:22AM +0200, Jan Engelhardt wrote:
I had a similar suspicion that something else requires the default=y things ...
Well, this is clearly wrong since it is only for a mac, single-button, mouse,
IMHO. Look for CONFIG_MAC_EMUMOUSEBTN in drivers/char/keyboard.c
sounds good, here we go:
-----
From: Borislav Petkov <bbpetkov@yahoo.de>
Do not select macintosh drivers by default.
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
--
Index: linux-mm/drivers/macintosh/Kconfig
===================================================================
--- linux-mm/drivers/macintosh/Kconfig.orig
+++ linux-mm/drivers/macintosh/Kconfig
@@ -2,7 +2,7 @@
menuconfig MACINTOSH_DRIVERS
bool "Macintosh device drivers"
depends on PPC || MAC || X86
- default y
+ default y if PPC || MAC
if MACINTOSH_DRIVERS
--
Regards/Gruß,
Boris.
-