From: Tom Rini Date: Mon, 5 Sep 2005 08:24:18 +0000 (+0300) Subject: [PATCH] ARM: OMAP: Rework KEYBOARD_OMAP / OMAP_PS Kconfig questions X-Git-Tag: v2.6.13-omap1~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3951f6b397349cb3e0a1ad2bb2fee52a4f8edd4f;p=linux-2.6-omap-h63xx.git [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. --- 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