From 3951f6b397349cb3e0a1ad2bb2fee52a4f8edd4f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 5 Sep 2005 11:24:18 +0300 Subject: [PATCH] [PATCH] ARM: OMAP: Rework KEYBOARD_OMAP / OMAP_PS Kconfig questions The following reworks the dependancies for KEYBOARD_OMAP and OMAP_PS2 to follow how they're done on the rest of the drivers in the file. --- drivers/input/keyboard/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 2f8419d6e62..c17bd0e7e67 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -182,11 +182,10 @@ config KEYBOARD_HIL This driver implements support for HIL-keyboards attached to your machine, so normally you should say Y here. -endif config KEYBOARD_OMAP tristate "TI OMAP keypad support" - depends on (ARCH_OMAP730 || ARCH_OMAP1510 || ARCH_OMAP16XX) && INPUT && INPUT_KEYBOARD + depends on ARCH_OMAP1 help Say Y here if you want to use the OMAP keypad. @@ -195,7 +194,7 @@ config KEYBOARD_OMAP config OMAP_PS2 tristate "TI OMAP Innovator 1510 PS/2 keyboard & mouse support" - depends on ARCH_OMAP1510 && MACH_OMAP_INNOVATOR && INPUT && INPUT_KEYBOARD + depends on ARCH_OMAP1510 && MACH_OMAP_INNOVATOR help Say Y here if you want to use the OMAP Innovator 1510 PS/2 keyboard and mouse. @@ -203,3 +202,4 @@ config OMAP_PS2 To compile this driver as a module, choose M here: the module will be called innovator_ps2. +endif -- 2.41.1