diff options
author | Olof Johansson <olof@lixom.net> | 2018-01-05 10:13:48 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-01-05 10:13:48 +0300 |
commit | e84171bb9e4d00cb9f718809b0bfe71c75add1b8 (patch) | |
tree | 4ba98bd413e0417bf062dc0f474d30679b665df9 /arch/arm/configs | |
parent | add49f7835ccd92b4b0759694fabfd04f685596f (diff) | |
parent | 10f06c70f337494fc2fec623542186fec80fc395 (diff) | |
download | linux-e84171bb9e4d00cb9f718809b0bfe71c75add1b8.tar.xz |
Merge tag 'keystone_config_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/soc
ARM: Keystone configs for 4.16
- Enable QSPI
- Enable LEDs
- Enable GPIO-decoder
* tag 'keystone_config_for_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
ARM: configs: keystone_defconfig: Enable few peripheral drivers
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/keystone_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index f710c192b33a..2536c231eea1 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -228,3 +228,10 @@ CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_USER_API_HASH=y CONFIG_CRYPTO_USER_API_SKCIPHER=y +CONFIG_SPI_CADENCE_QUADSPI=y +CONFIG_INPUT_MISC=y +CONFIG_INPUT_EVDEV=m +CONFIG_INPUT_GPIO_DECODER=m +CONFIG_GPIO_PCA953X=m +CONFIG_LEDS_TRIGGER_ACTIVITY=y +CONFIG_LEDS_TRIGGER_CPU=y |