diff options
| author | Adam Ford <[email protected]> | 2018-07-10 07:01:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-23 14:33:21 -0400 |
| commit | 5d653afc177f1e260c311b821801a8b6eb609c02 (patch) | |
| tree | b72d18d9a3f8ff78d03027b1673040c87a9c38df /include | |
| parent | d7cc15bb53a8e217dee70beb47d0521628f9ecbf (diff) | |
Convert CONFIG_DA8XX_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_DA8XX_GPIO
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/calimain.h | 1 | ||||
| -rw-r--r-- | include/configs/da850evm.h | 1 | ||||
| -rw-r--r-- | include/configs/ea20.h | 1 | ||||
| -rw-r--r-- | include/configs/ipam390.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/calimain.h b/include/configs/calimain.h index ab4a9e6ddce..690f6056957 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -26,7 +26,6 @@ #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) #define CONFIG_ARCH_CPU_INIT -#define CONFIG_DA8XX_GPIO #define CONFIG_HW_WATCHDOG #define CONFIG_SYS_WDTTIMERBASE DAVINCI_TIMER1_BASE #define CONFIG_SYS_WDT_PERIOD_LOW \ diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index beb95752561..3dcd1390cae 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -223,7 +223,6 @@ #endif #endif -#define CONFIG_DA8XX_GPIO /* * U-Boot general configuration */ diff --git a/include/configs/ea20.h b/include/configs/ea20.h index b7a839f0b3e..485866d694f 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_DA8XX_GPIO /* * Memory Info diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index e3a4f4bd072..eb3f3942310 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -231,7 +231,6 @@ #define CONFIG_SYS_SPL_ARGS_ADDR LINUX_BOOT_PARAM_ADDR /* GPIO support */ -#define CONFIG_DA8XX_GPIO #define CONFIG_IPAM390_GPIO_BOOTMODE ((16 * 7) + 14) #define CONFIG_SHOW_BOOT_PROGRESS |
