]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-integrator/Kconfig
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[people/ms/u-boot.git] / arch / arm / mach-integrator / Kconfig
CommitLineData
5cbbd9bd
MY
1menu "Integrator Options"
2 depends on ARCH_INTEGRATOR
3
4choice
9ef851f8 5 prompt "Integrator platform select"
a26cd049 6 optional
5cbbd9bd 7
9ef851f8
MY
8config ARCH_INTEGRATOR_AP
9 bool "Support Integrator/AP platform"
5cbbd9bd 10
9ef851f8
MY
11config ARCH_INTEGRATOR_CP
12 bool "Support Integrator/CP platform"
f39ff195 13 select ARCH_CINTEGRATOR
85fc970d 14 imply ENV_IS_IN_FLASH
5cbbd9bd 15
9ef851f8 16endchoice
5cbbd9bd 17
f39ff195
MY
18config ARCH_CINTEGRATOR
19 bool
85fc970d 20 imply ENV_IS_IN_FLASH
f39ff195 21
9ef851f8
MY
22choice
23 prompt "Integrator core module select"
a26cd049 24 optional
5cbbd9bd 25
9ef851f8
MY
26config CM720T
27 bool "Core Module for ARM720T"
28 select CPU_ARM720T
5cbbd9bd 29
9ef851f8
MY
30config CM920T
31 bool "Core Module for ARM920T"
32 select CPU_ARM920T
5cbbd9bd 33
9ef851f8
MY
34config CM926EJ_S
35 bool "Core Module for ARM926EJ-STM"
36 select CPU_ARM926EJS
5cbbd9bd 37
9ef851f8
MY
38config CM946ES
39 bool "Core Module for ARM946E-STM"
5cbbd9bd
MY
40 select CPU_ARM946ES
41
9ef851f8
MY
42config CM1136
43 bool "Core Module for ARM1136JF-STM"
44 select CPU_ARM1136
45
5cbbd9bd
MY
46endchoice
47
48config SYS_BOARD
49 default "integrator"
50
51config SYS_VENDOR
52 default "armltd"
53
54config SYS_CONFIG_NAME
9ef851f8
MY
55 default "integratorap" if ARCH_INTEGRATOR_AP
56 default "integratorcp" if ARCH_INTEGRATOR_CP
5cbbd9bd 57
3f394e70
LW
58config SYS_MALLOC_F_LEN
59 default 0x2000
60
5cbbd9bd 61endmenu