mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 07:13:03 +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
|