diff options
author | Bahadir Balban <bahadir.balban@arm.com> | 2008-04-18 17:43:16 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2008-04-18 17:43:16 -0400 |
commit | bc02c58bd13cfaf5a9930d7f2ca4f7d5ed4fa807 (patch) | |
tree | 7f2e32f17d7a97906b363cc257587547560ed204 /arch/arm | |
parent | 14a6acc23fa49446529bd99742264192939819bc (diff) |
RealView: Add the configuration and build changes for PB1176
This patch enables the building of Linux for the PB1176 platform.
Signed-off-by: Bahadir Balban <bahadir.balban@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-realview/Kconfig | 7 | ||||
-rw-r--r-- | arch/arm/mach-realview/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig index 24522ac196e7..eba1a8ce7354 100644 --- a/arch/arm/mach-realview/Kconfig +++ b/arch/arm/mach-realview/Kconfig | |||
@@ -33,4 +33,11 @@ config MACH_REALVIEW_PB11MP | |||
33 | PB11MPCore is a platform with an on-board ARM11MPCore and has | 33 | PB11MPCore is a platform with an on-board ARM11MPCore and has |
34 | support for PCI-E and Compact Flash. | 34 | support for PCI-E and Compact Flash. |
35 | 35 | ||
36 | config MACH_REALVIEW_PB1176 | ||
37 | bool "Support RealView/PB1176 platform" | ||
38 | select ARM_GIC | ||
39 | select CACHE_L2X0 | ||
40 | help | ||
41 | Include support for the ARM(R) RealView ARM1176 Platform Baseboard. | ||
42 | |||
36 | endmenu | 43 | endmenu |
diff --git a/arch/arm/mach-realview/Makefile b/arch/arm/mach-realview/Makefile index a1fc2068032a..d2ae077431dd 100644 --- a/arch/arm/mach-realview/Makefile +++ b/arch/arm/mach-realview/Makefile | |||
@@ -5,5 +5,6 @@ | |||
5 | obj-y := core.o clock.o | 5 | obj-y := core.o clock.o |
6 | obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o | 6 | obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o |
7 | obj-$(CONFIG_MACH_REALVIEW_PB11MP) += realview_pb11mp.o | 7 | obj-$(CONFIG_MACH_REALVIEW_PB11MP) += realview_pb11mp.o |
8 | obj-$(CONFIG_MACH_REALVIEW_PB1176) += realview_pb1176.o | ||
8 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o | 9 | obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o |
9 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 10 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index bf6d137c4cea..f405435fe64e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -381,7 +381,7 @@ config CPU_FEROCEON_OLD_ID | |||
381 | # ARMv6 | 381 | # ARMv6 |
382 | config CPU_V6 | 382 | config CPU_V6 |
383 | bool "Support ARM V6 processor" | 383 | bool "Support ARM V6 processor" |
384 | depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A || MACH_REALVIEW_PB11MP | 384 | depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP2 || ARCH_MX3 || ARCH_MSM7X00A || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PB1176 |
385 | default y if ARCH_MX3 | 385 | default y if ARCH_MX3 |
386 | default y if ARCH_MSM7X00A | 386 | default y if ARCH_MSM7X00A |
387 | select CPU_32v6 | 387 | select CPU_32v6 |