Kconfig 374 B

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