From: Andrew Morton Cc: "Randy.Dunlap" Cc: KAMEZAWA Hiroyuki Cc: Samuel Ortiz Signed-off-by: Andrew Morton --- drivers/input/touchscreen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/touchscreen/Kconfig~drivers-mfd-ucb1400_corec-further-unbork drivers/input/touchscreen/Kconfig --- a/drivers/input/touchscreen/Kconfig~drivers-mfd-ucb1400_corec-further-unbork +++ a/drivers/input/touchscreen/Kconfig @@ -219,7 +219,7 @@ config TOUCHSCREEN_ATMEL_TSADCC config TOUCHSCREEN_UCB1400 tristate "Philips UCB1400 touchscreen" - select AC97_BUS + depends on AC97_BUS depends on UCB1400_CORE help This enables support for the Philips UCB1400 touchscreen interface. _