https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0a84b9230851670facee0e60d69edb5300371206 authored by Jason Self on 05 November 2012, 08:44:50 UTC
Linux-libre 3.0.51-gnu1
Tip revision: 0a84b92
Kconfig
# We keep common IP's here for Nomadik and other similar
# familiy of processors from ST-Ericsson. At the moment we have
# just MTU, others to follow soon.

config PLAT_NOMADIK
	bool
	depends on ARCH_NOMADIK || ARCH_U8500
	select CLKSRC_MMIO
	default y
	help
	  Common platform code for Nomadik and other ST-Ericsson
	  platforms.

if PLAT_NOMADIK

config HAS_MTU
	bool
	select HAVE_SCHED_CLOCK
	help
	  Support for Multi Timer Unit. MTU provides access
	  to multiple interrupt generating programmable
	  32-bit free running decrementing counters.

endif
back to top