Kconfig 633 B

1234567891011121314151617181920212223242526272829
  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. select CLKSRC_MMIO
  8. default y
  9. help
  10. Common platform code for Nomadik and other ST-Ericsson
  11. platforms.
  12. if PLAT_NOMADIK
  13. config HAS_MTU
  14. bool
  15. select HAVE_SCHED_CLOCK
  16. help
  17. Support for Multi Timer Unit. MTU provides access
  18. to multiple interrupt generating programmable
  19. 32-bit free running decrementing counters.
  20. config NOMADIK_GPIO
  21. bool
  22. help
  23. Support for the Nomadik GPIO controller.
  24. endif