Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | if ARCH_INTEGRATOR |
| 2 | |
| 3 | menu "Integrator Options" |
| 4 | |
| 5 | config ARCH_INTEGRATOR_AP |
| 6 | bool "Support Integrator/AP and Integrator/PP2 platforms" |
Russell King | c5039f5 | 2011-05-08 15:35:22 +0100 | [diff] [blame] | 7 | select CLKSRC_MMIO |
Hans Ulli Kroll | 0b05da7 | 2010-12-02 12:32:15 +0100 | [diff] [blame] | 8 | select MIGHT_HAVE_PCI |
Arnd Bergmann | 152c555 | 2014-03-13 13:03:28 +0100 | [diff] [blame] | 9 | select SERIAL_AMBA_PL010 if TTY |
| 10 | select SERIAL_AMBA_PL010_CONSOLE if TTY |
Linus Walleij | e67ae6b | 2012-11-02 01:31:10 +0100 | [diff] [blame] | 11 | select SOC_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | help |
| 13 | Include support for the ARM(R) Integrator/AP and |
| 14 | Integrator/PP2 platforms. |
| 15 | |
| 16 | config ARCH_INTEGRATOR_CP |
| 17 | bool "Support Integrator/CP platform" |
| 18 | select ARCH_CINTEGRATOR |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 19 | select ARM_TIMER_SP804 |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 20 | select PLAT_VERSATILE_CLCD |
Arnd Bergmann | 152c555 | 2014-03-13 13:03:28 +0100 | [diff] [blame] | 21 | select SERIAL_AMBA_PL011 if TTY |
| 22 | select SERIAL_AMBA_PL011_CONSOLE if TTY |
Linus Walleij | 64100a0 | 2012-11-02 01:20:43 +0100 | [diff] [blame] | 23 | select SOC_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | help |
| 25 | Include support for the ARM(R) Integrator CP platform. |
| 26 | |
| 27 | config ARCH_CINTEGRATOR |
| 28 | bool |
| 29 | |
| 30 | config INTEGRATOR_IMPD1 |
| 31 | tristate "Include support for Integrator/IM-PD1" |
| 32 | depends on ARCH_INTEGRATOR_AP |
Linus Walleij | 2952548 | 2014-01-22 14:18:01 +0100 | [diff] [blame] | 33 | select ARCH_REQUIRE_GPIOLIB |
Linus Walleij | 52d555f | 2013-11-21 23:13:17 +0100 | [diff] [blame] | 34 | select ARM_VIC |
Linus Walleij | 2952548 | 2014-01-22 14:18:01 +0100 | [diff] [blame] | 35 | select GPIO_PL061 if GPIOLIB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 40 | |
| 41 | To compile this driver as a module, choose M here: the |
| 42 | module will be called impd1. |
| 43 | |
| 44 | endmenu |
| 45 | |
| 46 | endif |