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