diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | d14f3f272519a5525d93ec98cbdd4d9eec7db6e9 (patch) | |
tree | daba26af80ffc91409bfce16c5f2a009325ac6fe /include/configs/beaver.h | |
parent | 32b7e39db4d3af0d94f1387a7641152f375b23ac (diff) | |
download | u-boot-d14f3f272519a5525d93ec98cbdd4d9eec7db6e9.tar.gz u-boot-d14f3f272519a5525d93ec98cbdd4d9eec7db6e9.tar.bz2 u-boot-d14f3f272519a5525d93ec98cbdd4d9eec7db6e9.zip |
Convert CONFIG_TEGRA_ENABLE_UARTA et al to Kconfig
This converts the following to Kconfig:
CONFIG_TEGRA_ENABLE_UARTA
CONFIG_TEGRA_ENABLE_UARTB
CONFIG_TEGRA_ENABLE_UARTC
CONFIG_TEGRA_ENABLE_UARTD
CONFIG_TEGRA_SPI
CONFIG_TEGRA_UARTA_GPU
CONFIG_TEGRA_UARTA_SDIO1
CONFIG_TEGRA_VDD_CORE_TPS62361B_SET3
CONFIG_TEGRA_VDD_CORE_TPS62366A_SET1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/beaver.h')
-rw-r--r-- | include/configs/beaver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/beaver.h b/include/configs/beaver.h index 7078c2745c..7e0e477960 100644 --- a/include/configs/beaver.h +++ b/include/configs/beaver.h @@ -10,14 +10,10 @@ #include "tegra30-common.h" -/* VDD core PMIC */ -#define CONFIG_TEGRA_VDD_CORE_TPS62366A_SET1 - /* High-level configuration options */ #define CONFIG_TEGRA_BOARD_STRING "NVIDIA Beaver" /* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTA #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE #include "tegra-common-post.h" |