armv8/vexpress64: make multientry conditional
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / Kconfig
1 if ARM64
2
3 config ARMV8_MULTIENTRY
4         boolean "Enable multiple CPUs to enter into U-boot"
5
6 endif