aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/Kconfig
diff options
context:
space:
mode:
authorVladimir Ananiev <vovan888@gmail.com>2006-12-06 20:14:08 -0500
committerTony Lindgren <tony@atomide.com>2007-09-20 21:34:50 -0400
commitc79ed1940ca9a4af5e9c182ac51f28dadd32956d (patch)
treebe2d567fb8dbdb34d4b1f1988d22ed902868278e /arch/arm/mach-omap1/Kconfig
parentdc563b4f2de0dd57a8febe26158cdf59bc15534f (diff)
ARM: OMAP: Basic support for siemens sx1
This adds basic support for Siemens SX1. More patches are available, with video driver, mixer, and serial ports working. That is enough to do gsm calls with right userland. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r--arch/arm/mach-omap1/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
index 7386dc354945..79f0b1f8497b 100644
--- a/arch/arm/mach-omap1/Kconfig
+++ b/arch/arm/mach-omap1/Kconfig
@@ -107,6 +107,17 @@ config MACH_OMAP_PALMTT
107 http://www.hackndev.com/palm/tt/ for more information. 107 http://www.hackndev.com/palm/tt/ for more information.
108 Say Y here if you have this PDA model, say N otherwise. 108 Say Y here if you have this PDA model, say N otherwise.
109 109
110config MACH_SX1
111 bool "Siemens SX1"
112 depends on ARCH_OMAP1 && ARCH_OMAP15XX
113 help
114 Support for the Siemens SX1 phone. To boot the kernel,
115 you'll need a SX1 compatible bootloader; check out
116 http://forum.oslik.ru and
117 http://www.handhelds.org/moin/moin.cgi/SiemensSX1
118 for more information.
119 Say Y here if you have such a phone, say NO otherwise.
120
110config MACH_NOKIA770 121config MACH_NOKIA770
111 bool "Nokia 770" 122 bool "Nokia 770"
112 depends on ARCH_OMAP1 && ARCH_OMAP16XX 123 depends on ARCH_OMAP1 && ARCH_OMAP16XX