diff options
author | David Anders <x0132446@ti.com> | 2010-08-02 06:18:05 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 06:18:05 -0400 |
commit | b075f58b2c0f377b4bfbe11b817e003393bcb489 (patch) | |
tree | 06bd252e683a8eaf9ff772de131064be807a4767 /arch/arm/mach-omap2/Kconfig | |
parent | 509b6d9314eaf227db63a6336d3682f00578c550 (diff) |
omap4: Add OMAP4 Panda Support
Add initial support for the OMAP4 based Panda Board.
Signed-off-by: David Anders <x0132446@ti.com>
[tony@atomide.com: selected board by default in Kconfig]
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 84fecd0913a4..b48bacf0a7aa 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -238,6 +238,11 @@ config MACH_OMAP_4430SDP | |||
238 | default y | 238 | default y |
239 | depends on ARCH_OMAP4 | 239 | depends on ARCH_OMAP4 |
240 | 240 | ||
241 | config MACH_OMAP4_PANDA | ||
242 | bool "OMAP4 Panda Board" | ||
243 | default y | ||
244 | depends on ARCH_OMAP4 | ||
245 | |||
241 | config OMAP3_EMU | 246 | config OMAP3_EMU |
242 | bool "OMAP3 debugging peripherals" | 247 | bool "OMAP3 debugging peripherals" |
243 | depends on ARCH_OMAP3 | 248 | depends on ARCH_OMAP3 |