Kconfig 511 B

12345678910111213141516171819202122
  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. endif