]> git.karo-electronics.de Git - karo-tx-linux.git/commit
input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option
authorThomas Abraham <thomas.abraham@linaro.org>
Wed, 2 Nov 2011 10:37:22 +0000 (19:37 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 3 Nov 2011 02:08:57 +0000 (11:08 +0900)
commitf197f584ddbf9914f4b9f240139629a58cf31c87
treea6d91a59fada072b60c4453a69315a5ab3b90a88
parentf4d06870a1374d36d4af9e3a2984fddad02d801b
input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option

For platforms using device tree, the static keypad device instances
are not required and SAMSUNG_DEV_KEYPAD is not selected. Since,
samsung keypad driver has dependency on SAMSUNG_DEV_KEYPAD config
option, the driver is left out of the compilation for dt enabled
platforms.

An additional config option 'HAVE_SAMSUNG_KEYPAD' is added
which the device tree based platforms can select. This config
option is added as an alternative dependency for keypad driver.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/input/keyboard/Kconfig