shouldn't OMAP4 keyboard depend on ARCH_OMAP4?

From: Robert P. J. Day
Date: Tue Apr 10 2012 - 12:58:38 EST



i asked about this on linux-omap list but didn't see a reply.
here's a snippet from drivers/input/keyboard/Kconfig:

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.

pretty sure that second snippet should depend on ARCH_OMAP4, no?

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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/