]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: Rework KEYBOARD_OMAP / OMAP_PS Kconfig questions
authorTom Rini <trini@kernel.crashing.org>
Mon, 5 Sep 2005 08:24:18 +0000 (11:24 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 5 Sep 2005 08:24:18 +0000 (11:24 +0300)
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

index 2f8419d6e629b45865363c39b3d8aeb360956a2e..c17bd0e7e679e1a24a131e676561740a70276729 100644 (file)
@@ -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