]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-integrator/Kconfig
arm: Correct signature for get_ticks()
[u-boot] / arch / arm / mach-integrator / Kconfig
index 8ffc5441fc69786a6b65ab346ff27744ed75482f..d506ee5b39cda6eb051c396259b0800df6f986ac 100644 (file)
@@ -3,6 +3,7 @@ menu "Integrator Options"
 
 choice
        prompt "Integrator platform select"
+       optional
 
 config ARCH_INTEGRATOR_AP
        bool "Support Integrator/AP platform"
@@ -18,6 +19,7 @@ config ARCH_CINTEGRATOR
 
 choice
        prompt "Integrator core module select"
+       optional
 
 config CM720T
        bool "Core Module for ARM720T"
@@ -51,4 +53,7 @@ config SYS_CONFIG_NAME
        default "integratorap" if ARCH_INTEGRATOR_AP
        default "integratorcp" if ARCH_INTEGRATOR_CP
 
+config SYS_MALLOC_F_LEN
+       default 0x2000
+
 endmenu