diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-08-13 18:10:39 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-23 13:59:06 -0400 |
commit | 5484793363f3a03c542b7db12f40bf6d1da48203 (patch) | |
tree | 2f9b01dcfc14023882dbc0b92b115bfd4afef4f2 /configs/xfi3_defconfig | |
parent | c399dca83434290ac502207f2d6db13c59d89267 (diff) | |
download | u-boot-5484793363f3a03c542b7db12f40bf6d1da48203.zip u-boot-5484793363f3a03c542b7db12f40bf6d1da48203.tar.gz u-boot-5484793363f3a03c542b7db12f40bf6d1da48203.tar.bz2 |
kconfig: Convert CONFIG_MXS_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_MXS_GPIO
Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/571260789
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/xfi3_defconfig')
-rw-r--r-- | configs/xfi3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xfi3_defconfig b/configs/xfi3_defconfig index 054e3a7..6e0edb0 100644 --- a/configs/xfi3_defconfig +++ b/configs/xfi3_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_MXS_GPIO=y CONFIG_MMC_MXS=y CONFIG_CONS_INDEX=0 CONFIG_USB=y |