Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / arch / arm / mach-integrator / Kconfig
blob64f8e2564a376837e11bb59a4c9caad7d7041acc
1 if ARCH_INTEGRATOR
3 menu "Integrator Options"
5 config ARCH_INTEGRATOR_AP
6         bool "Support Integrator/AP and Integrator/PP2 platforms"
7         select CLKSRC_MMIO
8         select MIGHT_HAVE_PCI
9         select SERIAL_AMBA_PL010 if TTY
10         select SERIAL_AMBA_PL010_CONSOLE if TTY
11         select SOC_BUS
12         help
13           Include support for the ARM(R) Integrator/AP and
14           Integrator/PP2 platforms.
16 config ARCH_INTEGRATOR_CP
17         bool "Support Integrator/CP platform"
18         select ARCH_CINTEGRATOR
19         select ARM_TIMER_SP804
20         select PLAT_VERSATILE_CLCD
21         select SERIAL_AMBA_PL011 if TTY
22         select SERIAL_AMBA_PL011_CONSOLE if TTY
23         select SOC_BUS
24         help
25           Include support for the ARM(R) Integrator CP platform.
27 config ARCH_CINTEGRATOR
28         bool
30 config INTEGRATOR_IMPD1
31         bool "Include support for Integrator/IM-PD1"
32         depends on ARCH_INTEGRATOR_AP
33         select ARCH_REQUIRE_GPIOLIB
34         select ARM_VIC
35         select GPIO_PL061 if GPIOLIB
36         help
37           The IM-PD1 is an add-on logic module for the Integrator which
38           allows ARM(R) Ltd PrimeCells to be developed and evaluated.
39           The IM-PD1 can be found on the Integrator/PP2 platform.
41           To compile this driver as a module, choose M here: the
42           module will be called impd1.
44 endmenu
46 endif