diff options
author | Syed Mohammed, Khasim <khasim@ti.com> | 2008-10-09 17:51:42 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-10-09 17:51:42 +0300 |
commit | 2885f00049f80287b14192145699774fa55c14f7 (patch) | |
tree | be5eb9664479e80828c1b4b8fc40e382ea668ef4 /arch/arm/mm/Kconfig | |
parent | cc26b3b01bc96a8b8c36671b0dc4898b2a152ea8 (diff) | |
download | linux-2885f00049f80287b14192145699774fa55c14f7.tar.gz |
ARM: OMAP3: Add minimal Beagle board support
Add minimal Beagle board support. Based on earlier patches
by Syed Mohammed Khasim with some fixes from linux-omap tree.
Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index ed15f876c725..546d7e7db74e 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -428,7 +428,7 @@ config CPU_32v6K # ARMv7 config CPU_V7 bool "Support ARM V7 processor" - depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB + depends on ARCH_INTEGRATOR || MACH_REALVIEW_EB || ARCH_OMAP3 select CPU_32v6K select CPU_32v7 select CPU_ABRT_EV7 |