projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbd8d1
)
ARM: configs: keystone_defconfig: Enable few peripheral drivers
author
Vignesh R
<vigneshr@ti.com>
Sun, 3 Dec 2017 03:34:36 +0000
(19:34 -0800)
committer
Santosh Shilimkar
<santosh.shilimkar@oracle.com>
Sun, 3 Dec 2017 03:34:36 +0000
(19:34 -0800)
Enable drivers for QSPI, LEDS, gpio-decoder that are present on 66AK2G EVM
and 66AK2G ICE boards.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/configs/keystone_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/keystone_defconfig
b/arch/arm/configs/keystone_defconfig
index f710c192b33a2f2af800623f6515c0f80ffebbcd..2536c231eea10ac0a48b75908d4e8f9c23c5c303 100644
(file)
--- 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