linux/drivers/input/touchscreen
Randy Dunlap 2d4ba4a3b9 [PATCH] ucb1400_ts depends SND_AC97_BUS
This driver is an AC97 codec according to its help text.  However, if SOUND is
disabled, the "select SND_AC97_BUS" still inserts that into the .config file:

#
# Sound
#
# CONFIG_SOUND is not set
CONFIG_SND_AC97_BUS=m

Even if the config software followed dependency chains on selects, we should
try to limit usage of "select" to library-type code that is needed (e.g., CRC
functions) instead of bus-type support.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-10 09:55:39 -08:00
..
Kconfig [PATCH] ucb1400_ts depends SND_AC97_BUS 2006-12-10 09:55:39 -08:00
Makefile Input: add Philips UCB1400 touchscreen driver 2006-11-17 01:07:26 -05:00
ads7846.c Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 2006-12-08 01:07:56 -05:00
corgi_ts.c Input: touchscreens - handle errors when registering input devices 2006-11-05 22:40:03 -05:00
elo.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
gunze.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
h3600_ts_input.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
hp680_ts_input.c Input: touchscreens - handle errors when registering input devices 2006-11-05 22:40:03 -05:00
mk712.c Input: touchscreens - handle errors when registering input devices 2006-11-05 22:40:03 -05:00
mtouch.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
penmount.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
touchright.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
touchwin.c Input: handle serio_register_driver() errors 2006-11-23 23:35:10 -05:00
ucb1400_ts.c Input: ucb1400 - fix compile error 2006-12-08 01:37:03 -05:00