diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2023-05-17 18:26:37 +0000 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2023-05-18 08:44:05 +0800 |
commit | 153c87be489ebd699440aa69fd4aa5c28dfca906 (patch) | |
tree | cddbd85438b0667f0308f186d62196c0d75f1b0f /configs/evb-rk3588_defconfig | |
parent | 64f79f88a751e763b73aa31d96da9d0e06f79feb (diff) | |
download | u-boot-153c87be489ebd699440aa69fd4aa5c28dfca906.tar.gz u-boot-153c87be489ebd699440aa69fd4aa5c28dfca906.tar.bz2 u-boot-153c87be489ebd699440aa69fd4aa5c28dfca906.zip |
rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch Kconfig
Like other Rockchip SoCs, DM_RESET and DM_REGULATOR_FIXED is useful
across RK3588 platform. Select them from arch Kconfig.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/evb-rk3588_defconfig')
-rw-r--r-- | configs/evb-rk3588_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/evb-rk3588_defconfig b/configs/evb-rk3588_defconfig index 7911cc7c0b..8760671a17 100644 --- a/configs/evb-rk3588_defconfig +++ b/configs/evb-rk3588_defconfig @@ -9,7 +9,6 @@ CONFIG_NR_DRAM_BANKS=2 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc00000 CONFIG_DEFAULT_DEVICE_TREE="rk3588-evb1-v10" -CONFIG_DM_RESET=y CONFIG_ROCKCHIP_RK3588=y CONFIG_SPL_ROCKCHIP_COMMON_BOARD=y CONFIG_SPL_SERIAL=y |