from current mainline kernel source, drivers/input/keyboard/Kconfig

... snip ...
config KEYBOARD_OMAP
        tristate "TI OMAP keypad support"
        depends on (ARCH_OMAP1 || ARCH_OMAP2)
        help
          Say Y here if you want to use the OMAP keypad.

          To compile this driver as a module, choose M here: the
          module will be called omap-keypad.

config KEYBOARD_OMAP4
        tristate "TI OMAP4 keypad support"
        help
          Say Y here if you want to use the OMAP4 keypad.

          To compile this driver as a module, choose M here: the
          module will be called omap4-keypad.
... snip ...

  shouldn't that second entry depend on whatever is equivalent to
OMAP4, like the entry before it?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to