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'


svn path=/dists/trunk/linux-2.6/; revision=8720
This commit is contained in:
Maximilian Attems 2007-05-22 15:34:49 +00:00
parent a187104de6
commit 73d25581a4
1 changed files with 1 additions and 0 deletions

1
debian/arch/config vendored
View File

@ -137,6 +137,7 @@ CONFIG_DM_MULTIPATH=m
CONFIG_DM_DELAY=m
CONFIG_VLAN_8021Q=m
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_BONDING=m
CONFIG_EQUALIZER=m