]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-integrator/Kconfig
8ffc5441fc69786a6b65ab346ff27744ed75482f
[karo-tx-uboot.git] / arch / arm / mach-integrator / Kconfig
1 menu "Integrator Options"
2         depends on ARCH_INTEGRATOR
3
4 choice
5         prompt "Integrator platform select"
6
7 config ARCH_INTEGRATOR_AP
8         bool "Support Integrator/AP platform"
9
10 config ARCH_INTEGRATOR_CP
11         bool "Support Integrator/CP platform"
12         select ARCH_CINTEGRATOR
13
14 endchoice
15
16 config ARCH_CINTEGRATOR
17         bool
18
19 choice
20         prompt "Integrator core module select"
21
22 config CM720T
23         bool "Core Module for ARM720T"
24         select CPU_ARM720T
25
26 config CM920T
27         bool "Core Module for ARM920T"
28         select CPU_ARM920T
29
30 config CM926EJ_S
31         bool "Core Module for ARM926EJ-STM"
32         select CPU_ARM926EJS
33
34 config CM946ES
35         bool "Core Module for ARM946E-STM"
36         select CPU_ARM946ES
37
38 config CM1136
39         bool "Core Module for ARM1136JF-STM"
40         select CPU_ARM1136
41
42 endchoice
43
44 config SYS_BOARD
45         default "integrator"
46
47 config SYS_VENDOR
48         default "armltd"
49
50 config SYS_CONFIG_NAME
51         default "integratorap" if ARCH_INTEGRATOR_AP
52         default "integratorcp" if ARCH_INTEGRATOR_CP
53
54 endmenu