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