diff options
author | Felipe Balbi <balbi@ti.com> | 2014-12-26 13:28:24 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-07 16:53:04 -0800 |
commit | 4af41284e83cc1cc5c527063716b3defa2e6f911 (patch) | |
tree | 625d0c81dbdfb06209721b6c57c1d068a8470052 /arch/arm/configs | |
parent | 40b2091fba26439fead7e3737737454dba94897f (diff) | |
download | blackbird-op-linux-4af41284e83cc1cc5c527063716b3defa2e6f911.tar.gz blackbird-op-linux-4af41284e83cc1cc5c527063716b3defa2e6f911.zip |
ARM: omap2plus_defconfig: enable TPS65218 power button
Enable tps65218 power button driver by default as
a dynamically linked module so AM437x SK can report
power button presses.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index efb0810e1b2b..b5ccb36c599b 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -182,6 +182,7 @@ CONFIG_TOUCHSCREEN_EDT_FT5X06=m CONFIG_TOUCHSCREEN_TSC2005=m CONFIG_TOUCHSCREEN_TSC2007=m CONFIG_INPUT_MISC=y +CONFIG_INPUT_TPS65218_PWRBUTTON=m CONFIG_INPUT_TWL4030_PWRBUTTON=m CONFIG_SERIO=m # CONFIG_LEGACY_PTYS is not set |