diff options
author | Andrzej Zaborowski <balrog@zabor.org> | 2006-12-06 20:13:51 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-09-20 21:34:49 -0400 |
commit | c3695015087e21ff30606bf7fc661de1582af81b (patch) | |
tree | 39bbd9b6e10997dd7448a2dd64e48832ef575def /arch/arm/mach-omap1/Kconfig | |
parent | 6ea59bb3083dea3b48003ea49de12a3e3c868b05 (diff) |
ARM: OMAP: Palm Tungsten E board update
General update of the board file for Palm Tungsten E. Registers the
platform devices contained in the PDA (ROM chip, keypad, infra-red)
and updates the configuration for USB and MMC, whose config values
were previously guessed in most cases due to lack of documentation
(and now are confirmed by a number of users). Macros for GPIO pins are
moved to a file in include/asm-arm/arch-omap.
Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
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, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index f6ecdd3a2478..84a3b085ac78 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig | |||
@@ -84,11 +84,10 @@ config MACH_OMAP_PALMTE | |||
84 | bool "Palm Tungsten E" | 84 | bool "Palm Tungsten E" |
85 | depends on ARCH_OMAP1 && ARCH_OMAP15XX | 85 | depends on ARCH_OMAP1 && ARCH_OMAP15XX |
86 | help | 86 | help |
87 | Support for the Palm Tungsten E PDA. Currently only the LCD panel | 87 | Support for the Palm Tungsten E PDA. To boot the kernel, you'll |
88 | is supported. To boot the kernel, you'll need a PalmOS compatible | 88 | need a PalmOS compatible bootloader; check out |
89 | bootloader; check out http://palmtelinux.sourceforge.net for more | 89 | http://palmtelinux.sourceforge.net/ for more information. |
90 | information. | 90 | Say Y here if you have this PDA model, say N otherwise. |
91 | Say Y here if you have such a PDA, say NO otherwise. | ||
92 | 91 | ||
93 | config MACH_NOKIA770 | 92 | config MACH_NOKIA770 |
94 | bool "Nokia 770" | 93 | bool "Nokia 770" |