mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
17 lines
204 B
Text
17 lines
204 B
Text
|
if ARCH_NOMADIK
|
||
|
|
||
|
choice
|
||
|
prompt "Nomadik board select"
|
||
|
|
||
|
config NOMADIK_NHK8815
|
||
|
bool "ST 8815 Nomadik Hardware Kit"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "nomadik"
|
||
|
|
||
|
source "board/st/nhk8815/Kconfig"
|
||
|
|
||
|
endif
|