diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-02-15 15:07:40 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-15 15:07:40 +0000 |
commit | 4ba9dcbeba042b7a1a1366f0dc683a2947ca5577 (patch) | |
tree | a99a7e26eb4c30a477d70b035b5a90f2dfd45566 /arch/arm/mach-realview/Kconfig | |
parent | 382266ad5ad4119ec12df889afa5062a0a0cd6ae (diff) | |
parent | 4b17244c133689ad0cbdca37ce3e15068f120428 (diff) |
Merge Realview GIC code
Diffstat (limited to 'arch/arm/mach-realview/Kconfig')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 17f5f4439fe..68bc6b226ec 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig @@ -16,4 +16,14 @@ config REALVIEW_MPCORE kernel built with this option enabled is not compatible with other tiles. +config REALVIEW_MPCORE_REVB + bool "Support MPcore RevB tile" + depends on REALVIEW_MPCORE + default n + help + Enable support for the MPCore RevB tile on the Realview platform. + Since there are device address differences, a + kernel built with this option enabled is not compatible with + other tiles. + endmenu |