1if ARCH_GXP
2
3config SOC_GXP
4	bool
5	select CPU_V7A
6
7source "board/hpe/gxp/Kconfig"
8
9endif
10