Kconfig 588 B

123456789101112131415161718192021222324252627
  1. # We keep common IP's here for Nomadik and other similar
  2. # familiy of processors from ST-Ericsson. At the moment we have
  3. # just MTU, others to follow soon.
  4. config PLAT_NOMADIK
  5. bool
  6. depends on ARCH_NOMADIK || ARCH_U8500
  7. default y
  8. help
  9. Common platform code for Nomadik and other ST-Ericsson
  10. platforms.
  11. if PLAT_NOMADIK
  12. config HAS_MTU
  13. bool
  14. help
  15. Support for Multi Timer Unit. MTU provides access
  16. to multiple interrupt generating programmable
  17. 32-bit free running decrementing counters.
  18. config NOMADIK_GPIO
  19. bool
  20. help
  21. Support for the Nomadik GPIO controller.
  22. endif