diff options
author | Ian Ray <ian.ray@ge.com> | 2019-01-31 16:21:13 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | 06f2e030d00053a13a8a81f4a352fd1ca8fbb66c (patch) | |
tree | d1dee734ec2de0f862ecd02b4fbd664d0e181d43 /configs | |
parent | efc260a9af922c0e8860109b1e9e9634f3a7965d (diff) | |
download | u-boot-06f2e030d00053a13a8a81f4a352fd1ca8fbb66c.zip u-boot-06f2e030d00053a13a8a81f4a352fd1ca8fbb66c.tar.gz u-boot-06f2e030d00053a13a8a81f4a352fd1ca8fbb66c.tar.bz2 |
board: ge: bx50v3: Enable CONFIG_DM_GPIO
Enable CONFIG_DM_GPIO as a pre-requisite for enabling CONFIG_DM_SPI.
Add explicit gpio_requests.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index b0f5c1f..1acda9e 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -58,3 +58,4 @@ CONFIG_DM_MMC=y CONFIG_BLK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_GPIO=y |