14a54db61STony Lindgrenif ARCH_OMAP1 24a54db61STony Lindgren 34a54db61STony Lindgrenmenu "TI OMAP1 specific features" 44a54db61STony Lindgren 5b288f75fSTony Lindgrencomment "OMAP Core Type" 6b288f75fSTony Lindgren depends on ARCH_OMAP1 7b288f75fSTony Lindgren 8b288f75fSTony Lindgrenconfig ARCH_OMAP730 9b288f75fSTony Lindgren depends on ARCH_OMAP1 10b288f75fSTony Lindgren bool "OMAP730 Based System" 11c750815eSRussell King select CPU_ARM926T 1205b5ca9bSTony Lindgren select OMAP_MPU_TIMER 13b288f75fSTony Lindgren select ARCH_OMAP_OTG 14b288f75fSTony Lindgren 15ed981783SZebediah C. McClureconfig ARCH_OMAP850 16ed981783SZebediah C. McClure depends on ARCH_OMAP1 17ed981783SZebediah C. McClure bool "OMAP850 Based System" 18ed981783SZebediah C. McClure select CPU_ARM926T 1945f780a0SCory Maccarrone select ARCH_OMAP_OTG 20ed981783SZebediah C. McClure 213179a019STony Lindgrenconfig ARCH_OMAP15XX 22b288f75fSTony Lindgren depends on ARCH_OMAP1 23b288f75fSTony Lindgren default y 243179a019STony Lindgren bool "OMAP15xx Based System" 25c750815eSRussell King select CPU_ARM925T 2605b5ca9bSTony Lindgren select OMAP_MPU_TIMER 27b288f75fSTony Lindgren 28b288f75fSTony Lindgrenconfig ARCH_OMAP16XX 29b288f75fSTony Lindgren depends on ARCH_OMAP1 30b288f75fSTony Lindgren bool "OMAP16xx Based System" 31c750815eSRussell King select CPU_ARM926T 32b288f75fSTony Lindgren select ARCH_OMAP_OTG 33b288f75fSTony Lindgren 34b288f75fSTony Lindgrencomment "OMAP Board Type" 35b288f75fSTony Lindgren depends on ARCH_OMAP1 36b288f75fSTony Lindgren 37b288f75fSTony Lindgrenconfig MACH_OMAP_INNOVATOR 38b288f75fSTony Lindgren bool "TI Innovator" 393179a019STony Lindgren depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 40c40fae95STony Lindgren select OMAP_MCBSP 41b288f75fSTony Lindgren help 42b288f75fSTony Lindgren TI OMAP 1510 or 1610 Innovator board support. Say Y here if you 43b288f75fSTony Lindgren have such a board. 44b288f75fSTony Lindgren 45b288f75fSTony Lindgrenconfig MACH_OMAP_H2 46b288f75fSTony Lindgren bool "TI H2 Support" 47b288f75fSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP16XX 48c40fae95STony Lindgren select OMAP_MCBSP 49b288f75fSTony Lindgren help 50b288f75fSTony Lindgren TI OMAP 1610/1611B H2 board support. Say Y here if you have such 51b288f75fSTony Lindgren a board. 52b288f75fSTony Lindgren 53b288f75fSTony Lindgrenconfig MACH_OMAP_H3 54b288f75fSTony Lindgren bool "TI H3 Support" 55b288f75fSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP16XX 56b288f75fSTony Lindgren help 57b288f75fSTony Lindgren TI OMAP 1710 H3 board support. Say Y here if you have such 58b288f75fSTony Lindgren a board. 59b288f75fSTony Lindgren 60ed981783SZebediah C. McClureconfig MACH_OMAP_HTCWIZARD 61ed981783SZebediah C. McClure bool "HTC Wizard" 62ed981783SZebediah C. McClure depends on ARCH_OMAP850 63ed981783SZebediah C. McClure help 64ed981783SZebediah C. McClure HTC Wizard smartphone support (AKA QTEK 9100, ...) 65ed981783SZebediah C. McClure 669c2816f7SCory Maccarroneconfig MACH_HERALD 679c2816f7SCory Maccarrone bool "HTC Herald" 689c2816f7SCory Maccarrone depends on ARCH_OMAP850 699c2816f7SCory Maccarrone help 709c2816f7SCory Maccarrone HTC Herald smartphone support (AKA T-Mobile Wing, ...) 719c2816f7SCory Maccarrone 72b288f75fSTony Lindgrenconfig MACH_OMAP_OSK 73b288f75fSTony Lindgren bool "TI OSK Support" 74b288f75fSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP16XX 75d82973d1STony Lindgren select OMAP_MCBSP 76b288f75fSTony Lindgren help 77b288f75fSTony Lindgren TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here 78b288f75fSTony Lindgren if you have such a board. 79b288f75fSTony Lindgren 807c38cf02STony Lindgrenconfig OMAP_OSK_MISTRAL 817c38cf02STony Lindgren bool "Mistral QVGA board Support" 827c38cf02STony Lindgren depends on MACH_OMAP_OSK 837c38cf02STony Lindgren help 847c38cf02STony Lindgren The OSK supports an optional add-on board with a Quarter-VGA 857c38cf02STony Lindgren touchscreen, PDA-ish buttons, a resume button, bicolor LED, 867c38cf02STony Lindgren and camera connector. Say Y here if you have this board. 877c38cf02STony Lindgren 88b288f75fSTony Lindgrenconfig MACH_OMAP_PERSEUS2 89b288f75fSTony Lindgren bool "TI Perseus2" 90b288f75fSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP730 91b288f75fSTony Lindgren help 92b288f75fSTony Lindgren Support for TI OMAP 730 Perseus2 board. Say Y here if you have such 93b288f75fSTony Lindgren a board. 94b288f75fSTony Lindgren 95495f71dbSBrian Swetlandconfig MACH_OMAP_FSAMPLE 96495f71dbSBrian Swetland bool "TI F-Sample" 97495f71dbSBrian Swetland depends on ARCH_OMAP1 && ARCH_OMAP730 98495f71dbSBrian Swetland help 99495f71dbSBrian Swetland Support for TI OMAP 850 F-Sample board. Say Y here if you have such 100495f71dbSBrian Swetland a board. 101495f71dbSBrian Swetland 102b288f75fSTony Lindgrenconfig MACH_VOICEBLUE 103b288f75fSTony Lindgren bool "Voiceblue" 1043179a019STony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP15XX 105b288f75fSTony Lindgren help 106b288f75fSTony Lindgren Support for Voiceblue GSM/VoIP gateway. Say Y here if you have 107b288f75fSTony Lindgren such a board. 108b288f75fSTony Lindgren 1093179a019STony Lindgrenconfig MACH_OMAP_PALMTE 1103179a019STony Lindgren bool "Palm Tungsten E" 1113179a019STony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP15XX 1123179a019STony Lindgren help 113c3695015SAndrzej Zaborowski Support for the Palm Tungsten E PDA. To boot the kernel, you'll 114c3695015SAndrzej Zaborowski need a PalmOS compatible bootloader; check out 115c3695015SAndrzej Zaborowski http://palmtelinux.sourceforge.net/ for more information. 116c3695015SAndrzej Zaborowski Say Y here if you have this PDA model, say N otherwise. 1173179a019STony Lindgren 118ec70e8afSMarek Vasutconfig MACH_OMAP_PALMZ71 119ec70e8afSMarek Vasut bool "Palm Zire71" 120ec70e8afSMarek Vasut depends on ARCH_OMAP1 && ARCH_OMAP15XX 121ec70e8afSMarek Vasut help 122ec70e8afSMarek Vasut Support for the Palm Zire71 PDA. To boot the kernel, 123ec70e8afSMarek Vasut you'll need a PalmOS compatible bootloader; check out 124692105b8SMatt LaPlante http://hackndev.com/palm/z71 for more information. 125ec70e8afSMarek Vasut Say Y here if you have such a PDA, say N otherwise. 126ec70e8afSMarek Vasut 127dc563b4fSMarek Vasutconfig MACH_OMAP_PALMTT 128dc563b4fSMarek Vasut bool "Palm Tungsten|T" 129dc563b4fSMarek Vasut depends on ARCH_OMAP1 && ARCH_OMAP15XX 130dc563b4fSMarek Vasut help 131dc563b4fSMarek Vasut Support for the Palm Tungsten|T PDA. To boot the kernel, you'll 132dc563b4fSMarek Vasut need a PalmOS compatible bootloader (Garux); check out 13350a23e6eSJustin P. Mattock http://garux.sourceforge.net/ for more information. 134dc563b4fSMarek Vasut Say Y here if you have this PDA model, say N otherwise. 135dc563b4fSMarek Vasut 136c79ed194SVladimir Ananievconfig MACH_SX1 137c79ed194SVladimir Ananiev bool "Siemens SX1" 138c79ed194SVladimir Ananiev depends on ARCH_OMAP1 && ARCH_OMAP15XX 139c79ed194SVladimir Ananiev help 140c79ed194SVladimir Ananiev Support for the Siemens SX1 phone. To boot the kernel, 141c79ed194SVladimir Ananiev you'll need a SX1 compatible bootloader; check out 142c79ed194SVladimir Ananiev http://forum.oslik.ru and 143c79ed194SVladimir Ananiev http://www.handhelds.org/moin/moin.cgi/SiemensSX1 144c79ed194SVladimir Ananiev for more information. 145c79ed194SVladimir Ananiev Say Y here if you have such a phone, say NO otherwise. 146c79ed194SVladimir Ananiev 1479b6553cdSTony Lindgrenconfig MACH_NOKIA770 1489b6553cdSTony Lindgren bool "Nokia 770" 1499b6553cdSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP16XX 1509b6553cdSTony Lindgren help 1519b6553cdSTony Lindgren Support for the Nokia 770 Internet Tablet. Say Y here if you 1529b6553cdSTony Lindgren have such a device. 1539b6553cdSTony Lindgren 1549b6553cdSTony Lindgrenconfig MACH_AMS_DELTA 1559b6553cdSTony Lindgren bool "Amstrad E3 (Delta)" 1569b6553cdSTony Lindgren depends on ARCH_OMAP1 && ARCH_OMAP15XX 1579632f989SJanusz Krzysztofik select FIQ 158937eb4bbSJanusz Krzysztofik select GPIO_GENERIC_PLATFORM 1595ca6180fSJanusz Krzysztofik select LEDS_GPIO_REGISTER 160*ac2885dfSJanusz Krzysztofik select REGULATOR 161*ac2885dfSJanusz Krzysztofik select REGULATOR_FIXED_VOLTAGE 1629b6553cdSTony Lindgren help 1639b6553cdSTony Lindgren Support for the Amstrad E3 (codename Delta) videophone. Say Y here 1649b6553cdSTony Lindgren if you have such a device. 1659b6553cdSTony Lindgren 166b288f75fSTony Lindgrenconfig MACH_OMAP_GENERIC 167b288f75fSTony Lindgren bool "Generic OMAP board" 1683179a019STony Lindgren depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX) 169b288f75fSTony Lindgren help 170b288f75fSTony Lindgren Support for generic OMAP-1510, 1610 or 1710 board with 171b288f75fSTony Lindgren no FPGA. Can be used as template for porting Linux to 172b288f75fSTony Lindgren custom OMAP boards. Say Y here if you have a custom 173b288f75fSTony Lindgren board. 174b288f75fSTony Lindgren 1754a54db61STony Lindgrenendmenu 1764a54db61STony Lindgren 1774a54db61STony Lindgrenendif 178