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 /include | |
parent | c399dca83434290ac502207f2d6db13c59d89267 (diff) |
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 'include')
-rw-r--r-- | include/configs/mxs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index cc5d4c85fe..6cadd720d2 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -94,12 +94,6 @@ /* * Drivers */ - -/* APBH DMA */ - -/* GPIO */ -#define CONFIG_MXS_GPIO - /* * DUART Serial Driver. * Conflicts with AUART driver which can be set by board. |