blob: 8958f0d896bc983cda9fcf9ffff12a4318ab4001 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config ARCH_VIRT
bool "Dummy Virtual Machine" if ARCH_MULTI_V7
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_GIC
select ARM_ARCH_TIMER
select ARM_PSCI
select HAVE_SMP
select CPU_V7
select SPARSE_IRQ
select USE_OF
|