summaryrefslogtreecommitdiff
path: root/configs/sandbox_flattree_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-07-08 11:24:00 +0300
committerTom Rini <trini@konsulko.com>2020-07-08 15:49:34 +0300
commit7012865e961ca2645d783adf4b75ca4abdbfe5a7 (patch)
treef4fab3629928fefd758e2a4f6f4559f1c2225aa9 /configs/sandbox_flattree_defconfig
parent526fe06a5d1d96ce22cca743576945016ec4e2ef (diff)
downloadu-boot-7012865e961ca2645d783adf4b75ca4abdbfe5a7.tar.xz
gpio: fix test.py for gpio label lookup
commit 2bd261dd1712 ("gpio: search for gpio label if gpio is not found through bank name") disabled DM_GPIO_LOOKUP_LABEL which is needed in sandbox defconfigs, as we have tests for this functionality. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/sandbox_flattree_defconfig')
-rw-r--r--configs/sandbox_flattree_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index 9fe4c9dcf0..dfcc43532a 100644
--- a/configs/sandbox_flattree_defconfig
+++ b/configs/sandbox_flattree_defconfig
@@ -84,6 +84,7 @@ CONFIG_DM_DEMO_SHAPE=y
CONFIG_BOARD=y
CONFIG_BOARD_SANDBOX=y
CONFIG_GPIO_HOG=y
+CONFIG_DM_GPIO_LOOKUP_LABEL=y
CONFIG_PM8916_GPIO=y
CONFIG_SANDBOX_GPIO=y
CONFIG_I2C_CROS_EC_TUNNEL=y