u-boot/arch/arm/mach-owl/Kconfig

23 lines
331 B
Text
Raw Normal View History

if ARCH_OWL
choice
prompt "Actions Semi Owl SoC Variant"
optional
config MACH_S900
bool "Actions Semi S900 SoC"
select ARM64
endchoice
config SYS_TEXT_BASE
default 0x11000000
config SYS_CONFIG_NAME
default "owl-common"
config SYS_SOC
default "s900" if MACH_S900
endif