summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-01-07 10:58:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-08 10:45:24 +0100
commitc4b36109ee5072ea40bc6d289f7936a998b4752b (patch)
treed68d5a173e190f05adc6c289aa78b3695f4e44da
parent384db97c7f9f335f1a0fa74383e895914142478b (diff)
downloadbarebox-c4b36109ee5072ea40bc6d289f7936a998b4752b.tar.gz
barebox-c4b36109ee5072ea40bc6d289f7936a998b4752b.tar.xz
ARM: rpi_defconfig: Enable raspberry GPIO exp driver
Enable the recently introduced GPIO exp driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/configs/rpi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/rpi_defconfig b/arch/arm/configs/rpi_defconfig
index 0ae0c42b12..3813b837dd 100644
--- a/arch/arm/configs/rpi_defconfig
+++ b/arch/arm/configs/rpi_defconfig
@@ -72,6 +72,7 @@ CONFIG_LED_GPIO=y
CONFIG_LED_TRIGGERS=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_BCM2835=y
+CONFIG_GPIO_RASPBERRYPI_EXP=y
CONFIG_PINCTRL_BCM283X=y
CONFIG_REGULATOR=y
CONFIG_FS_EXT4=y