1if ARCH_INTEGRATOR 2 3menu "Integrator Options" 4 5config 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. 15 16config ARCH_INTEGRATOR_CP 17 bool "Support Integrator/CP platform" 18 select ARCH_CINTEGRATOR 19 select ARM_TIMER_SP804 20 select SERIAL_AMBA_PL011 if TTY 21 select SERIAL_AMBA_PL011_CONSOLE if TTY 22 select SOC_BUS 23 help 24 Include support for the ARM(R) Integrator CP platform. 25 26config ARCH_CINTEGRATOR 27 bool 28 29config INTEGRATOR_IMPD1 30 bool "Include support for Integrator/IM-PD1" 31 depends on ARCH_INTEGRATOR_AP 32 select ARCH_REQUIRE_GPIOLIB 33 select ARM_VIC 34 select GPIO_PL061 if GPIOLIB 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 46