mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
22 lines
257 B
Text
22 lines
257 B
Text
|
if ARCH_NOMADIK
|
||
|
|
||
|
choice
|
||
|
prompt "Nomadik board select"
|
||
|
|
||
|
config NOMADIK_NHK8815
|
||
|
bool "ST 8815 Nomadik Hardware Kit"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm926ejs"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "nomadik"
|
||
|
|
||
|
source "board/st/nhk8815/Kconfig"
|
||
|
|
||
|
endif
|