1config ARCH_LIONHEAD 2 bool "Lionhead virtual platform" if ARCH_MULTI_V7 3 select ARCH_REQUIRE_GPIOLIB 4 select ARM_AMBA 5 select ARM_GIC 6 select ARM_TIMER_SP804 7 select CLKDEV_LOOKUP 8 select COMMON_CLK 9 select COMMON_CLK_VERSATILE 10 select CPU_V7 11 select GENERIC_CLOCKEVENTS 12 select GOLDFISH 13 select HAVE_ARM_SCU if SMP 14 select HAVE_ARM_TWD if LOCAL_TIMERS 15 select HAVE_CLK 16 select HAVE_PATA_PLATFORM 17 select HAVE_SMP 18 select ICST 19 select MIGHT_HAVE_CACHE_L2X0 20 select NO_IOPORT 21 select PLAT_VERSATILE 22 select POWER_RESET 23 select POWER_RESET_VEXPRESS 24 select POWER_SUPPLY 25 select REGULATOR_FIXED_VOLTAGE if REGULATOR 26 select VEXPRESS_CONFIG 27 help 28 This option enables support for the "lionhead" emulated ARM platform. 29 lionhead is based on the ARM vexpress platform, with select devices 30 replaced by equivalent goldfish virtual devices. 31