diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:35 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:08:37 -0500 |
| commit | fcd7ba655e24c736c7f3a1d12fb98f1c9c2705b6 (patch) | |
| tree | 60dd17d8deb7298a81a7a3c71ba575cf70e92421 /include | |
| parent | 8ce59b5932946b10d5abdd4b06577e7413bbec13 (diff) | |
Convert CONFIG_TPS6586X_POWER et al to Kconfig
This converts the following to Kconfig:
CONFIG_TPS6586X_POWER
CONFIG_TWL6030_POWER
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/seaboard.h | 1 | ||||
| -rw-r--r-- | include/configs/ti_omap4_common.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 4887747968f..73b738bd099 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -12,7 +12,6 @@ /* LP0 suspend / resume */ #define CONFIG_TEGRA_LP0 #define CONFIG_TEGRA_PMU -#define CONFIG_TPS6586X_POWER #define CONFIG_TEGRA_CLOCK_SCALING #include "tegra20-common.h" diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 9a068e26140..64ec59d78eb 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -32,9 +32,6 @@ #define CFG_SYS_NS16550_COM3 UART3_BASE #endif -/* TWL6030 */ -#define CONFIG_TWL6030_POWER 1 - /* * Environment setup */ |
