diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-24 15:19:26 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-06-29 10:27:14 +0200 |
commit | f09a10a9bf584dace59474195e5619ca5bb412ba (patch) | |
tree | 842282d9700aa133af67ba4adca93f727d491b32 /arch | |
parent | 835a056da6409ec7a9570324314d8ee0aa404e41 (diff) | |
download | lwn-f09a10a9bf584dace59474195e5619ca5bb412ba.tar.gz lwn-f09a10a9bf584dace59474195e5619ca5bb412ba.zip |
ARM: shmobile: defconfig: Enable DA9063 ONKEY support
Enable support for the "ONKEY" of the Dialog DA9063 PMIC, which is used
on the Stout and Silk boards.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200624131931.3686-3-geert+renesas@glider.be
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 99ad93219326..a8a8cc8a834c 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -65,6 +65,7 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_EDT_FT5X06=y CONFIG_TOUCHSCREEN_ST1232=y CONFIG_INPUT_MISC=y +CONFIG_INPUT_DA9063_ONKEY=y CONFIG_INPUT_ADXL34X=y # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_8250=y |