video: move Versatile CLCD helpers
[deliverable/linux.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
152c5555
AB
9 select SERIAL_AMBA_PL010 if TTY
10 select SERIAL_AMBA_PL010_CONSOLE if TTY
e67ae6be 11 select SOC_BUS
1da177e4
LT
12 help
13 Include support for the ARM(R) Integrator/AP and
14 Integrator/PP2 platforms.
15
16config ARCH_INTEGRATOR_CP
17 bool "Support Integrator/CP platform"
18 select ARCH_CINTEGRATOR
5a46334a 19 select ARM_TIMER_SP804
152c5555
AB
20 select SERIAL_AMBA_PL011 if TTY
21 select SERIAL_AMBA_PL011_CONSOLE if TTY
64100a03 22 select SOC_BUS
1da177e4
LT
23 help
24 Include support for the ARM(R) Integrator CP platform.
25
26config ARCH_CINTEGRATOR
27 bool
28
29config INTEGRATOR_IMPD1
e1318391 30 bool "Include support for Integrator/IM-PD1"
1da177e4 31 depends on ARCH_INTEGRATOR_AP
29525484 32 select ARCH_REQUIRE_GPIOLIB
52d555ff 33 select ARM_VIC
29525484 34 select GPIO_PL061 if GPIOLIB
1da177e4
LT
35 help
36 The IM-PD1 is an add-on logic module for the Integrator which
37 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
38 The IM-PD1 can be found on the Integrator/PP2 platform.
39
40 To compile this driver as a module, choose M here: the
41 module will be called impd1.
42
43endmenu
44
45endif
This page took 1.194929 seconds and 5 git commands to generate.