if [31mCONFIG_ARCH_OMAP1[0m
menu "TI OMAP1 specific features"
comment "OMAP Core Type"
depends on [31mCONFIG_ARCH_OMAP1[0m
config [31mCONFIG_ARCH_OMAP730[0m
depends on [31mCONFIG_ARCH_OMAP1[0m
bool "OMAP730 Based System"
select [31mCONFIG_ARCH_OMAP_OTG[0m
select [31mCONFIG_CPU_ARM926T[0m
select [31mCONFIG_OMAP_MPU_TIMER[0m
config [31mCONFIG_ARCH_OMAP850[0m
depends on [31mCONFIG_ARCH_OMAP1[0m
bool "OMAP850 Based System"
select [31mCONFIG_ARCH_OMAP_OTG[0m
select [31mCONFIG_CPU_ARM926T[0m
config [31mCONFIG_ARCH_OMAP15XX[0m
depends on [31mCONFIG_ARCH_OMAP1[0m
default y
bool "OMAP15xx Based System"
select [31mCONFIG_CPU_ARM925T[0m
select [31mCONFIG_OMAP_MPU_TIMER[0m
config [31mCONFIG_ARCH_OMAP16XX[0m
depends on [31mCONFIG_ARCH_OMAP1[0m
bool "OMAP16xx Based System"
select [31mCONFIG_ARCH_OMAP_OTG[0m
select [31mCONFIG_CPU_ARM926T[0m
config [31mCONFIG_OMAP_MUX[0m
bool "OMAP multiplexing support"
depends on [31mCONFIG_ARCH_OMAP[0m
default y
help
Pin multiplexing support for OMAP boards. If your bootloader
sets the multiplexing correctly, say N. Otherwise, or if unsure,
say Y.
config [31mCONFIG_OMAP_MUX_DEBUG[0m
bool "Multiplexing debug output"
depends on [31mCONFIG_OMAP_MUX[0m
help
Makes the multiplexing functions print out a lot of debug info.
This is useful if you want to find out the correct values of the
multiplexing registers.
config [31mCONFIG_OMAP_MUX_WARNINGS[0m
bool "Warn about pins the bootloader didn't set up"
depends on [31mCONFIG_OMAP_MUX[0m
default y
help
Choose Y here to warn whenever driver initialization logic needs
to change the pin multiplexing setup. When there are no warnings
printed, it's safe to deselect [31mCONFIG_OMAP_MUX[0m for your product.
comment "OMAP Board Type"
depends on [31mCONFIG_ARCH_OMAP1[0m
config [31mCONFIG_MACH_OMAP_INNOVATOR[0m
bool "TI Innovator"
depends on [31mCONFIG_ARCH_OMAP1[0m && ([31mCONFIG_ARCH_OMAP15XX[0m || [31mCONFIG_ARCH_OMAP16XX[0m)
help
TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
have such a board.
config [31mCONFIG_MACH_OMAP_H2[0m
bool "TI H2 Support"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP16XX[0m
help
TI OMAP 1610/1611B H2 board support. Say Y here if you have such
a board.
config [31mCONFIG_MACH_OMAP_H3[0m
bool "TI H3 Support"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP16XX[0m
help
TI OMAP 1710 H3 board support. Say Y here if you have such
a board.
config [31mCONFIG_MACH_HERALD[0m
bool "HTC Herald"
depends on [31mCONFIG_ARCH_OMAP850[0m
help
HTC Herald smartphone support (AKA T-Mobile Wing, ...)
config [31mCONFIG_MACH_OMAP_OSK[0m
bool "TI OSK Support"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP16XX[0m
help
TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
if you have such a board.
config [31mCONFIG_OMAP_OSK_MISTRAL[0m
bool "Mistral QVGA board Support"
depends on [31mCONFIG_MACH_OMAP_OSK[0m
help
The OSK supports an optional add-on board with a Quarter-VGA
touchscreen, PDA-ish buttons, a resume button, bicolor LED,
and camera connector. Say Y here if you have this board.
config [31mCONFIG_MACH_OMAP_PERSEUS2[0m
bool "TI Perseus2"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP730[0m
help
Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
a board.
config [31mCONFIG_MACH_OMAP_FSAMPLE[0m
bool "TI F-Sample"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP730[0m
help
Support for TI OMAP 850 F-Sample board. Say Y here if you have such
a board.
config [31mCONFIG_MACH_OMAP_PALMTE[0m
bool "Palm Tungsten E"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP15XX[0m
help
Support for the Palm Tungsten [31mCONFIG_E[0m PDA. To boot the kernel, you'll
need a PalmOS compatible bootloader; check out
http://palmtelinux.sourceforge.net/ for more information.
Say Y here if you have this PDA model, say N otherwise.
config [31mCONFIG_MACH_OMAP_PALMZ71[0m
bool "Palm Zire71"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP15XX[0m
help
Support for the Palm Zire71 PDA. To boot the kernel,
you'll need a PalmOS compatible bootloader; check out
http://hackndev.com/palm/z71 for more information.
Say Y here if you have such a PDA, say N otherwise.
config [31mCONFIG_MACH_OMAP_PALMTT[0m
bool "Palm Tungsten|T"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP15XX[0m
help
Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
need a PalmOS compatible bootloader (Garux); check out
http://garux.sourceforge.net/ for more information.
Say Y here if you have this PDA model, say N otherwise.
config [31mCONFIG_MACH_SX1[0m
bool "Siemens SX1"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP15XX[0m
select [31mCONFIG_I2C[0m
help
Support for the Siemens SX1 phone. To boot the kernel,
you'll need a SX1 compatible bootloader; check out
http://forum.oslik.ru and
http://www.handhelds.org/moin/moin.cgi/SiemensSX1
for more information.
Say Y here if you have such a phone, say NO otherwise.
config [31mCONFIG_MACH_NOKIA770[0m
bool "Nokia 770"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP16XX[0m
help
Support for the Nokia 770 Internet Tablet. Say Y here if you
have such a device.
config [31mCONFIG_MACH_AMS_DELTA[0m
bool "Amstrad E3 (Delta)"
depends on [31mCONFIG_ARCH_OMAP1[0m && [31mCONFIG_ARCH_OMAP15XX[0m
select [31mCONFIG_FIQ[0m
select [31mCONFIG_GPIO_GENERIC_PLATFORM[0m
select [31mCONFIG_LEDS_GPIO_REGISTER[0m
select [31mCONFIG_REGULATOR[0m
select [31mCONFIG_REGULATOR_FIXED_VOLTAGE[0m
help
Support for the Amstrad E3 (codename Delta) videophone. Say Y here
if you have such a device.
config [31mCONFIG_MACH_OMAP_GENERIC[0m
bool "Generic OMAP board"
depends on [31mCONFIG_ARCH_OMAP1[0m && ([31mCONFIG_ARCH_OMAP15XX[0m || [31mCONFIG_ARCH_OMAP16XX[0m)
help
Support for generic OMAP-1510, 1610 or 1710 board with
no [31mCONFIG_FPGA[0m. Can be used as template for porting Linux to
custom OMAP boards. Say Y here if you have a custom
board.
endmenu
endif