diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2010-04-07 13:41:56 +0200 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:45:01 -0600 |
commit | 16c38ee65b1ba497dc02055c9cdf80b24caeb117 (patch) | |
tree | 8de2d86afa7e6430d853e2fceec77d131a2442ac /arch/arm/mach-ux500/Kconfig | |
parent | 76b78592a87aa40573ae081028671e5089bf0166 (diff) | |
download | linux-2.6.34-ux500-16c38ee65b1ba497dc02055c9cdf80b24caeb117.tar.gz |
One pin Sensor driver added. Support for proximity sensor (Osram SFH7741) and HAL switch (Samsung HED54XXU11).
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rwxr-xr-x | arch/arm/mach-ux500/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 1fcca90e04b..df96996d521 100755 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -65,6 +65,13 @@ config U8500_PM config ARCH_HAS_CPU_IDLE_WAIT def_bool y +config SENSORS1P_MOP + tristate "HAL and Proximity sensors support" + depends on GPIO_STMPE2401 || GPIO_TC35892 + default y + help + Add support for Osram's SFH7741 Proximity Sensor and Samsumg HED54XXU11 HAL Switch + source "arch/arm/mach-ux500/Kconfig-arch" config FORCE_MAX_ZONEORDER |