blob: ba43321001d8a5dd95275f31634c61cdd47798d7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_INTEGRATOR
2
3menu "Integrator Options"
4
5config ARCH_INTEGRATOR_AP
6 bool "Support Integrator/AP and Integrator/PP2 platforms"
Russell Kingc5039f52011-05-08 15:35:22 +01007 select CLKSRC_MMIO
Hans Ulli Kroll0b05da72010-12-02 12:32:15 +01008 select MIGHT_HAVE_PCI
Arnd Bergmann152c5552014-03-13 13:03:28 +01009 select SERIAL_AMBA_PL010 if TTY
10 select SERIAL_AMBA_PL010_CONSOLE if TTY
Linus Walleije67ae6b2012-11-02 01:31:10 +010011 select SOC_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 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
Russell King5a463342010-01-16 23:52:12 +000019 select ARM_TIMER_SP804
Russell King9dfec4f2011-01-18 20:10:10 +000020 select PLAT_VERSATILE_CLCD
Arnd Bergmann152c5552014-03-13 13:03:28 +010021 select SERIAL_AMBA_PL011 if TTY
22 select SERIAL_AMBA_PL011_CONSOLE if TTY
Linus Walleij64100a02012-11-02 01:20:43 +010023 select SOC_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 help
25 Include support for the ARM(R) Integrator CP platform.
26
27config ARCH_CINTEGRATOR
28 bool
29
30config INTEGRATOR_IMPD1
31 tristate "Include support for Integrator/IM-PD1"
32 depends on ARCH_INTEGRATOR_AP
Linus Walleij29525482014-01-22 14:18:01 +010033 select ARCH_REQUIRE_GPIOLIB
Linus Walleij52d555f2013-11-21 23:13:17 +010034 select ARM_VIC
Linus Walleij29525482014-01-22 14:18:01 +010035 select GPIO_PL061 if GPIOLIB
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 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.
40
41 To compile this driver as a module, choose M here: the
42 module will be called impd1.
43
44endmenu
45
46endif