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 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | help |
| 10 | Include support for the ARM(R) Integrator/AP and |
| 11 | Integrator/PP2 platforms. |
| 12 | |
| 13 | config ARCH_INTEGRATOR_CP |
| 14 | bool "Support Integrator/CP platform" |
| 15 | select ARCH_CINTEGRATOR |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 16 | select ARM_TIMER_SP804 |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 17 | select PLAT_VERSATILE_CLCD |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | help |
| 19 | Include support for the ARM(R) Integrator CP platform. |
| 20 | |
| 21 | config ARCH_CINTEGRATOR |
| 22 | bool |
| 23 | |
| 24 | config 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 | |
| 35 | endmenu |
| 36 | |
| 37 | endif |