1menu "ST-Ericsson platform type" 2 depends on ARCH_U8500 3 4comment "ST-Ericsson Multicore Mobile Platforms" 5 6config MACH_U8500_MOP 7 bool "U8500 Early Development platform" 8 default y 9 select ARM_GIC 10 select HAS_MTU 11 help 12 Include support for mop500 development platform 13 based on U8500 architecture. The platform is based 14 on early drop silicon version of 8500. 15endmenu 16