summaryrefslogtreecommitdiff
path: root/arch/arm/plat-stmp3xxx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-stmp3xxx/Kconfig')
-rw-r--r--arch/arm/plat-stmp3xxx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-stmp3xxx/Kconfig b/arch/arm/plat-stmp3xxx/Kconfig
index 2cf37c35951b..e8bb6834f813 100644
--- a/arch/arm/plat-stmp3xxx/Kconfig
+++ b/arch/arm/plat-stmp3xxx/Kconfig
@@ -8,12 +8,14 @@ choice
config ARCH_STMP37XX
bool "Freescale SMTP37xx"
select CPU_ARM926T
+ select FIQ
---help---
STMP37xx refers to 3700 through 3769 chips
config ARCH_STMP378X
bool "Freescale STMP378x"
select CPU_ARM926T
+ select FIQ
---help---
STMP378x refers to 3780 through 3789 chips
@@ -32,6 +34,13 @@ config MACH_STMP378X
endchoice
+config IRAM_ALLOC
+ bool
+ default y
+ select GENERIC_ALLOCATOR
+
+source arch/arm/mach-stmp378x/Kconfig
+
endmenu
endif