summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2019-08-26 13:38:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-28 13:35:26 +0200
commit02c67fe7b92363bcc29539ba9c392d437e45d81e (patch)
treecbc5ee82e6e0d2a75d7c88e1c9998a6f805ef1bc /arch
parentf316fd53ceee520963836b9a5f19afbd0249438c (diff)
downloadbarebox-02c67fe7b92363bcc29539ba9c392d437e45d81e.tar.gz
barebox-02c67fe7b92363bcc29539ba9c392d437e45d81e.tar.xz
MIPS: ath79: enable gpio key support.
Most of ath79 devices have at least one gpio key. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/configs/ath79_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig
index c41d0bf545..ab7af794a2 100644
--- a/arch/mips/configs/ath79_defconfig
+++ b/arch/mips/configs/ath79_defconfig
@@ -78,6 +78,7 @@ CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_LED_GPIO_OF=y
CONFIG_LED_TRIGGERS=y
+CONFIG_KEYBOARD_GPIO=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_POLLER=y
CONFIG_WATCHDOG_AR9344=y