diff options
author | Hemant Pedanekar <hemantp@ti.com> | 2011-12-13 13:48:55 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-13 13:48:55 -0500 |
commit | a890b6760d975cdbdfcdf5753dab4c91059af9b1 (patch) | |
tree | 62ef6110ff34eec599be366f5aca93669e92eafa /arch/arm/mach-omap2/Kconfig | |
parent | 95712de0ccd42d69623462e5d17cbd444f6fcccc (diff) |
ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM
This patch adds minimal support and build configuration for TI8148 EVM. Also
adds support for low level debugging on UART1 console on the EVM.
Note that existing TI8168 EVM file (board-ti8168evm.c) is updated with machine
info for TI8148 EVM.
Signed-off-by: Hemant Pedanekar <hemantp@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index f475954c3b98..5ca19d717b3f 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -322,6 +322,11 @@ config MACH_TI8168EVM | |||
322 | depends on SOC_OMAPTI81XX | 322 | depends on SOC_OMAPTI81XX |
323 | default y | 323 | default y |
324 | 324 | ||
325 | config MACH_TI8148EVM | ||
326 | bool "TI8148 Evaluation Module" | ||
327 | depends on SOC_OMAPTI81XX | ||
328 | default y | ||
329 | |||
325 | config MACH_OMAP_4430SDP | 330 | config MACH_OMAP_4430SDP |
326 | bool "OMAP 4430 SDP board" | 331 | bool "OMAP 4430 SDP board" |
327 | default y | 332 | default y |