]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-integrator/Kconfig
clocksource: convert Integrator/AP 16-bit down counting clocksource
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-integrator / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config ARCH_INTEGRATOR_AP
6 bool "Support Integrator/AP and Integrator/PP2 platforms"
c5039f52 7 select CLKSRC_MMIO
0b05da72 8 select MIGHT_HAVE_PCI
1da177e4
LT
9 help
10 Include support for the ARM(R) Integrator/AP and
11 Integrator/PP2 platforms.
12
13config ARCH_INTEGRATOR_CP
14 bool "Support Integrator/CP platform"
15 select ARCH_CINTEGRATOR
5a46334a 16 select ARM_TIMER_SP804
9dfec4fe 17 select PLAT_VERSATILE_CLCD
1da177e4
LT
18 help
19 Include support for the ARM(R) Integrator CP platform.
20
21config ARCH_CINTEGRATOR
22 bool
23
24config INTEGRATOR_IMPD1
25 tristate "Include support for Integrator/IM-PD1"
26 depends on ARCH_INTEGRATOR_AP
27 help
28 The IM-PD1 is an add-on logic module for the Integrator which
29 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
30 The IM-PD1 can be found on the Integrator/PP2 platform.
31
32 To compile this driver as a module, choose M here: the
33 module will be called impd1.
34
35endmenu
36
37endif