mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
10 lines
89 B
Text
10 lines
89 B
Text
|
if ARCH_GXP
|
||
|
|
||
|
config SOC_GXP
|
||
|
bool
|
||
|
select CPU_V7A
|
||
|
|
||
|
source "board/hpe/gxp/Kconfig"
|
||
|
|
||
|
endif
|