diff options
| author | Adam Ford <[email protected]> | 2018-02-04 09:32:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-08 10:17:16 -0500 |
| commit | 8bbff6a70e2bb01d16832271ec6c3afa22f8aebd (patch) | |
| tree | a781f7848c3fd9c0590b0df207bdc75b0eb1344a /configs/mx31pdk_defconfig | |
| parent | f1754f08102781f855370c7d47db0e3d85da5694 (diff) | |
Convert CONFIG_MXC_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_GPIO
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'configs/mx31pdk_defconfig')
| -rw-r--r-- | configs/mx31pdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig index ea6daf27546..e4e955c10d2 100644 --- a/configs/mx31pdk_defconfig +++ b/configs/mx31pdk_defconfig @@ -14,6 +14,7 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_DATE=y CONFIG_ENV_IS_IN_NAND=y +CONFIG_MXC_GPIO=y # CONFIG_MMC is not set CONFIG_NAND=y CONFIG_NAND_MXC=y |
