| 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" | 
 | 7 | 	help | 
 | 8 | 	  Include support for the ARM(R) Integrator/AP and | 
 | 9 | 	  Integrator/PP2 platforms. | 
 | 10 |  | 
 | 11 | config ARCH_INTEGRATOR_CP | 
 | 12 | 	bool "Support Integrator/CP platform" | 
 | 13 | 	select ARCH_CINTEGRATOR | 
 | 14 | 	help | 
 | 15 | 	  Include support for the ARM(R) Integrator CP platform. | 
 | 16 |  | 
 | 17 | config ARCH_CINTEGRATOR | 
 | 18 | 	bool | 
 | 19 |  | 
 | 20 | config INTEGRATOR_IMPD1 | 
 | 21 | 	tristate "Include support for Integrator/IM-PD1" | 
 | 22 | 	depends on ARCH_INTEGRATOR_AP | 
 | 23 | 	help | 
 | 24 | 	  The IM-PD1 is an add-on logic module for the Integrator which | 
 | 25 | 	  allows ARM(R) Ltd PrimeCells to be developed and evaluated. | 
 | 26 | 	  The IM-PD1 can be found on the Integrator/PP2 platform. | 
 | 27 |  | 
 | 28 | 	  To compile this driver as a module, choose M here: the | 
 | 29 | 	  module will be called impd1. | 
 | 30 |  | 
 | 31 | endmenu | 
 | 32 |  | 
 | 33 | endif |