rockchip: puma: fix indentation for -u-boot.dtsi
[oweals/u-boot.git] / arch / arm / mach-owl / Kconfig
1 if ARCH_OWL
2
3 choice
4         prompt "Actions Semi Owl SoC Variant"
5         optional
6
7 config MACH_S900
8         bool "Actions Semi S900 SoC"
9         select ARM64
10
11 config MACH_S700
12         bool "Actions Semi S700 SoC"
13         select ARM64
14
15 endchoice
16
17 config SYS_TEXT_BASE
18         default 0x11000000
19
20 config SYS_CONFIG_NAME
21         default "owl-common"
22
23 config SYS_SOC
24         default "s900" if MACH_S900
25         default "s700" if MACH_S700
26
27 endif