aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-07-25 10:54:16 -0500
committerTom Rini <trini@konsulko.com>2024-02-08 14:42:56 -0500
commita4650bf65e4b7d3ef04c90ba8031374428e4a682 (patch)
tree254afb75ad684c2eb25e41aa7d23fd9fb2119b6f /arch/arm/Kconfig
parentf2ae98a68256cacab4f636b8477a8114db53a0ae (diff)
downloadu-boot-a4650bf65e4b7d3ef04c90ba8031374428e4a682.zip
u-boot-a4650bf65e4b7d3ef04c90ba8031374428e4a682.tar.gz
u-boot-a4650bf65e4b7d3ef04c90ba8031374428e4a682.tar.bz2
ti: keystone2: Move common Kconfig selections to under ARCH_KEYSTONE
These select/imply settings are common to the whole architecture not just these boards, move these settings to the architecture config. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6d97136..6b072be 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -785,16 +785,21 @@ config ARCH_IPQ40XX
config ARCH_KEYSTONE
bool "TI Keystone"
+ select CMD_DDR3
select CMD_POWEROFF
select CPU_V7A
select DDR_SPD
+ select SPL_BOARD_INIT if SPL
select SUPPORT_SPL
select SYS_ARCH_TIMER
select SYS_THUMB_BUILD
imply CMD_MTDPARTS
imply CMD_NFS
imply CMD_SAVES
+ imply DM_I2C
imply FIT
+ imply SOC_TI
+ imply TI_KEYSTONE_SERDES
config ARCH_K3
bool "Texas Instruments' K3 Architecture"