diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-07 21:01:06 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-07 21:01:06 +0000 |
commit | 9b1283bedd6b8fe2f4dfc47705d6cea1b5e2d853 (patch) | |
tree | 58f922601d802024338383aba70518b3265e58ce /arch/arm/mach-realview/Kconfig | |
parent | 01bbaf0b2b7b38e43139dce8bd64f8c7b2b83940 (diff) | |
download | talos-obmc-linux-9b1283bedd6b8fe2f4dfc47705d6cea1b5e2d853.tar.gz talos-obmc-linux-9b1283bedd6b8fe2f4dfc47705d6cea1b5e2d853.zip |
[ARM] Add support for Realview with MPcore tile
Add uniprocessor support for Realview platform fitted with the
MPcore (SMP) tile.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 4b63dc9eabfe..129976866d47 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -8,4 +8,13 @@ config MACH_REALVIEW_EB help Include support for the ARM(R) RealView Emulation Baseboard platform. +config REALVIEW_MPCORE + bool "Support MPcore tile" + depends on MACH_REALVIEW_EB + help + Enable support for the MPCore tile on the Realview platform. + Since there are device address and interrupt differences, a + kernel built with this option enabled is not compatible with + other tiles. + endmenu |