diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2006-12-06 17:14:07 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 18:34:50 -0700 |
commit | dc563b4f2de0dd57a8febe26158cdf59bc15534f (patch) | |
tree | ad14844ceb50da4e52bcf54dcd56e5213e1770d5 /arch/arm/mach-omap1/Kconfig | |
parent | cc32658ca0d7ff33a2e5778227a9c6dc3ad29856 (diff) | |
download | talos-op-linux-dc563b4f2de0dd57a8febe26158cdf59bc15534f.tar.gz talos-op-linux-dc563b4f2de0dd57a8febe26158cdf59bc15534f.zip |
ARM: OMAP: Palm Tungsten|T support
This patch adds board file and necessary includes for Palm Tungsten|T.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index 1085e12ce881..7386dc354945 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig @@ -98,6 +98,15 @@ config MACH_OMAP_PALMZ71 http://hackndev.com/palm/z71 for more informations. Say Y here if you have such a PDA, say N otherwise. +config MACH_OMAP_PALMTT + bool "Palm Tungsten|T" + depends on ARCH_OMAP1 && ARCH_OMAP15XX + help + Support for the Palm Tungsten|T PDA. To boot the kernel, you'll + need a PalmOS compatible bootloader (Garux); check out + http://www.hackndev.com/palm/tt/ for more information. + Say Y here if you have this PDA model, say N otherwise. + config MACH_NOKIA770 bool "Nokia 770" depends on ARCH_OMAP1 && ARCH_OMAP16XX |