Author: maks Date: Tue May 22 15:34:49 2007 New Revision: 8720 Log: CONFIG_MACINTOSH_DRIVERS defaults to y *wow*
disable it on toplevel, so that m68k can take care of it's own, produces on any other arch nice warnings like: drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol 'KEYBOARD_ATARI' refers to undefined symbol 'ATARI_KBD_CORE' drivers/input/mouse/Kconfig:182:warning: 'select' used by config symbol 'MOUSE_ATARI' refers to undefined symbol 'ATARI_KBD_CORE' Modified: dists/trunk/linux-2.6/debian/arch/config Modified: dists/trunk/linux-2.6/debian/arch/config ============================================================================== --- dists/trunk/linux-2.6/debian/arch/config (original) +++ dists/trunk/linux-2.6/debian/arch/config Tue May 22 15:34:49 2007 @@ -137,6 +137,7 @@ CONFIG_DM_DELAY=m CONFIG_VLAN_8021Q=m +# CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y CONFIG_BONDING=m CONFIG_EQUALIZER=m _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

