summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:43 +0200
commitdb969e1100e8fb9bbefda7f6e5531f140b022a2e (patch)
treeed2b987f2e6ff77dc0395d3b7c71b072ec82f549 /arch/arm/mach-omap
parent03f9461862f89b1c8579077ff2c3be1fb55e4acb (diff)
downloadbarebox-db969e1100e8fb9bbefda7f6e5531f140b022a2e.tar.gz
barebox-db969e1100e8fb9bbefda7f6e5531f140b022a2e.tar.xz
015-OMAP-add-SDP3430
[Patch 15/17] U-Boot-V2:ARM:OMAP3: Add support for SDP3430 support files This patch introduces support for OMAP Boards common infrastructure. Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index b08803f6f5..91f637d948 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -89,4 +89,7 @@ config OMAP3_CLOCK_CONFIG
help
Say Y here if you like to have initial OMAP3 Clock configuration done from SRAM.
+# Get the board specific configurations
+source board/omap/Kconfig
+
endmenu