1 menu "Integrator Options"
2 depends on ARCH_INTEGRATOR
5 prompt "Integrator platform select"
8 config ARCH_INTEGRATOR_AP
9 bool "Support Integrator/AP platform"
11 config ARCH_INTEGRATOR_CP
12 bool "Support Integrator/CP platform"
13 select ARCH_CINTEGRATOR
17 config ARCH_CINTEGRATOR
21 prompt "Integrator core module select"
25 bool "Core Module for ARM720T"
29 bool "Core Module for ARM920T"
33 bool "Core Module for ARM926EJ-STM"
37 bool "Core Module for ARM946E-STM"
41 bool "Core Module for ARM1136JF-STM"
52 config SYS_CONFIG_NAME
53 default "integratorap" if ARCH_INTEGRATOR_AP
54 default "integratorcp" if ARCH_INTEGRATOR_CP
56 config SYS_MALLOC_F_LEN