2018-06-14 18:08:31 +00:00
|
|
|
if ARCH_OWL
|
|
|
|
|
2018-06-14 18:08:32 +00:00
|
|
|
choice
|
2020-04-19 13:58:25 +00:00
|
|
|
prompt "Actions Semi Owl SoC Variant"
|
2018-06-14 18:08:32 +00:00
|
|
|
optional
|
|
|
|
|
2020-04-19 13:58:25 +00:00
|
|
|
config MACH_S900
|
|
|
|
bool "Actions Semi S900 SoC"
|
|
|
|
select ARM64
|
2018-06-14 18:08:32 +00:00
|
|
|
|
2020-04-19 13:58:33 +00:00
|
|
|
config MACH_S700
|
|
|
|
bool "Actions Semi S700 SoC"
|
|
|
|
select ARM64
|
|
|
|
|
2018-06-14 18:08:32 +00:00
|
|
|
endchoice
|
|
|
|
|
2020-04-19 13:58:25 +00:00
|
|
|
config SYS_TEXT_BASE
|
|
|
|
default 0x11000000
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "owl-common"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "s900" if MACH_S900
|
2020-04-19 13:58:33 +00:00
|
|
|
default "s700" if MACH_S700
|
2018-06-14 18:08:32 +00:00
|
|
|
|
2018-06-14 18:08:31 +00:00
|
|
|
endif
|