diff options
Diffstat (limited to 'arch/arm/mach-omap1/Kconfig')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 11 |
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 | ||
110 | config 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 | |||
110 | config MACH_NOKIA770 | 121 | config MACH_NOKIA770 |
111 | bool "Nokia 770" | 122 | bool "Nokia 770" |
112 | depends on ARCH_OMAP1 && ARCH_OMAP16XX | 123 | depends on ARCH_OMAP1 && ARCH_OMAP16XX |