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 /include/configs/mx31ads.h | |
| 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 'include/configs/mx31ads.h')
| -rw-r--r-- | include/configs/mx31ads.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 18ee355e2eb..246e0cb534b 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -38,7 +38,6 @@ #define CONFIG_MXC_SPI 1 #define CONFIG_DEFAULT_SPI_BUS 1 #define CONFIG_DEFAULT_SPI_MODE (SPI_MODE_0 | SPI_CS_HIGH) -#define CONFIG_MXC_GPIO /* PMIC Controller */ #define CONFIG_POWER |
