diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-10-18 22:06:06 +0200 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:03:30 +0200 |
commit | a056a794381d3d774ebdcd247c85dd119cdbf9ef (patch) | |
tree | cb9c38547e7d1addd9df833c1f876323b5a74705 | |
parent | d7d94b3d46ee8a391e83688c5c0305e80a3b1fce (diff) |
drivers: input: enable accessory detect on default
Enables the accessory detect on default for the mop500_power_defconfig.
It also fixes the syntax in in the corresponding Kconfig file.
ST-Ericsson ID: ER 327965
Linux-next: ST-Ericsson ID: ER 282779
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I8c58b419dacd0b3ef65f3be15d5ea7d98e32e3f0
Signed-off-by: Marcel Tunnissen <Marcel.Tuennissen@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17991
Reviewed-by: Rahul VENKATRAM <rahul.venkatram@stericsson.com>
Tested-by: Martin TRULSSON <martin.trulsson@stericsson.com>
Reviewed-by: Dan JOHANSSON <dan.johansson@stericsson.com>
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r-- | drivers/input/misc/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 3fb71b23fb5..54789297273 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -23,11 +23,11 @@ config INPUT_88PM860X_ONKEY will be called 88pm860x_onkey. config INPUT_AB8500_ACCDET - bool "AB8500 AV Accessory detection" - depends on AB8500_CORE && AB8500_GPADC && AB8500_GPIO - help - Say Y here to enable AV accessory detection features for ST-Ericsson's - AB8500 Mix-Sig PMIC. + bool "AB8500 AV Accessory detection" + depends on AB8500_CORE && AB8500_GPADC && AB8500_GPIO + help + Say Y here to enable AV accessory detection features for ST-Ericsson's + AB8500 Mix-Sig PMIC. config INPUT_AB8500_PONKEY tristate "AB8500 Pon (PowerOn) Key" |