Kconfig 395 B

12345678910111213141516
  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. select NOMADIK_GPIO
  10. help
  11. Include support for mop500 development platform
  12. based on U8500 architecture. The platform is based
  13. on early drop silicon version of 8500.
  14. endmenu