mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
37d7245764
This moves the Nomadik GPIO driver out of arch/arm/plat-nomadik and into the desired location indicated by the subsystem maintainer. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> [grant.likely: squashed with kconfig fixup] Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
25 lines
556 B
Plaintext
25 lines
556 B
Plaintext
# 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
|