diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:35 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:08:37 -0500 |
commit | fcd7ba655e24c736c7f3a1d12fb98f1c9c2705b6 (patch) | |
tree | 60dd17d8deb7298a81a7a3c71ba575cf70e92421 /include/configs/seaboard.h | |
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r-- | include/configs/seaboard.h | 1 |
1 files changed, 0 insertions, 1 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" |