diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2008-12-11 01:36:54 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-12-11 01:36:54 (GMT) |
commit | da177247e89c672fc910cbbc4e24d7d578e2e0b2 (patch) | |
tree | 432aaa2bd8d65a00b17e5a1d08f9784f71ca5553 /arch/arm/mach-omap2/Kconfig | |
parent | a50f18c70049a73bd663ff889ef10d1097fd53f9 (diff) | |
download | linux-da177247e89c672fc910cbbc4e24d7d578e2e0b2.tar.xz |
ARM: OMAP3: Add basic support for Pandora handheld console
This patch adds support for basic features: uarts, i2c,
and rtc. Also includes defconfig.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 4832fcc..3754b79 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -55,3 +55,7 @@ config MACH_OMAP_LDP config MACH_OVERO bool "Gumstix Overo board" depends on ARCH_OMAP3 && ARCH_OMAP34XX + +config MACH_OMAP3_PANDORA + bool "OMAP3 Pandora" + depends on ARCH_OMAP3 && ARCH_OMAP34XX
\ No newline at end of file |