Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. if ARCH_OMAP1
  2. menu "TI OMAP1 specific features"
  3. comment "OMAP Core Type"
  4. depends on ARCH_OMAP1
  5. config ARCH_OMAP730
  6. depends on ARCH_OMAP1
  7. bool "OMAP730 Based System"
  8. select ARCH_OMAP_OTG
  9. select CPU_ARM926T
  10. select OMAP_MPU_TIMER
  11. config ARCH_OMAP850
  12. depends on ARCH_OMAP1
  13. bool "OMAP850 Based System"
  14. select ARCH_OMAP_OTG
  15. select CPU_ARM926T
  16. config ARCH_OMAP15XX
  17. depends on ARCH_OMAP1
  18. default y
  19. bool "OMAP15xx Based System"
  20. select CPU_ARM925T
  21. select OMAP_MPU_TIMER
  22. config ARCH_OMAP16XX
  23. depends on ARCH_OMAP1
  24. bool "OMAP16xx Based System"
  25. select ARCH_OMAP_OTG
  26. select CPU_ARM926T
  27. config OMAP_MUX
  28. bool "OMAP multiplexing support"
  29. depends on ARCH_OMAP
  30. default y
  31. help
  32. Pin multiplexing support for OMAP boards. If your bootloader
  33. sets the multiplexing correctly, say N. Otherwise, or if unsure,
  34. say Y.
  35. config OMAP_MUX_DEBUG
  36. bool "Multiplexing debug output"
  37. depends on OMAP_MUX
  38. help
  39. Makes the multiplexing functions print out a lot of debug info.
  40. This is useful if you want to find out the correct values of the
  41. multiplexing registers.
  42. config OMAP_MUX_WARNINGS
  43. bool "Warn about pins the bootloader didn't set up"
  44. depends on OMAP_MUX
  45. default y
  46. help
  47. Choose Y here to warn whenever driver initialization logic needs
  48. to change the pin multiplexing setup. When there are no warnings
  49. printed, it's safe to deselect OMAP_MUX for your product.
  50. comment "OMAP Board Type"
  51. depends on ARCH_OMAP1
  52. config MACH_OMAP_INNOVATOR
  53. bool "TI Innovator"
  54. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  55. help
  56. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  57. have such a board.
  58. config MACH_OMAP_H2
  59. bool "TI H2 Support"
  60. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  61. help
  62. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  63. a board.
  64. config MACH_OMAP_H3
  65. bool "TI H3 Support"
  66. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  67. help
  68. TI OMAP 1710 H3 board support. Say Y here if you have such
  69. a board.
  70. config MACH_HERALD
  71. bool "HTC Herald"
  72. depends on ARCH_OMAP850
  73. help
  74. HTC Herald smartphone support (AKA T-Mobile Wing, ...)
  75. config MACH_OMAP_OSK
  76. bool "TI OSK Support"
  77. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  78. help
  79. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  80. if you have such a board.
  81. config OMAP_OSK_MISTRAL
  82. bool "Mistral QVGA board Support"
  83. depends on MACH_OMAP_OSK
  84. help
  85. The OSK supports an optional add-on board with a Quarter-VGA
  86. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  87. and camera connector. Say Y here if you have this board.
  88. config MACH_OMAP_PERSEUS2
  89. bool "TI Perseus2"
  90. depends on ARCH_OMAP1 && ARCH_OMAP730
  91. help
  92. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  93. a board.
  94. config MACH_OMAP_FSAMPLE
  95. bool "TI F-Sample"
  96. depends on ARCH_OMAP1 && ARCH_OMAP730
  97. help
  98. Support for TI OMAP 850 F-Sample board. Say Y here if you have such
  99. a board.
  100. config MACH_OMAP_PALMTE
  101. bool "Palm Tungsten E"
  102. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  103. help
  104. Support for the Palm Tungsten E PDA. To boot the kernel, you'll
  105. need a PalmOS compatible bootloader; check out
  106. http://palmtelinux.sourceforge.net/ for more information.
  107. Say Y here if you have this PDA model, say N otherwise.
  108. config MACH_OMAP_PALMZ71
  109. bool "Palm Zire71"
  110. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  111. help
  112. Support for the Palm Zire71 PDA. To boot the kernel,
  113. you'll need a PalmOS compatible bootloader; check out
  114. http://hackndev.com/palm/z71 for more information.
  115. Say Y here if you have such a PDA, say N otherwise.
  116. config MACH_OMAP_PALMTT
  117. bool "Palm Tungsten|T"
  118. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  119. help
  120. Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
  121. need a PalmOS compatible bootloader (Garux); check out
  122. http://garux.sourceforge.net/ for more information.
  123. Say Y here if you have this PDA model, say N otherwise.
  124. config MACH_SX1
  125. bool "Siemens SX1"
  126. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  127. select I2C
  128. help
  129. Support for the Siemens SX1 phone. To boot the kernel,
  130. you'll need a SX1 compatible bootloader; check out
  131. http://forum.oslik.ru and
  132. http://www.handhelds.org/moin/moin.cgi/SiemensSX1
  133. for more information.
  134. Say Y here if you have such a phone, say NO otherwise.
  135. config MACH_NOKIA770
  136. bool "Nokia 770"
  137. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  138. help
  139. Support for the Nokia 770 Internet Tablet. Say Y here if you
  140. have such a device.
  141. config MACH_AMS_DELTA
  142. bool "Amstrad E3 (Delta)"
  143. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  144. select FIQ
  145. select GPIO_GENERIC_PLATFORM
  146. select LEDS_GPIO_REGISTER
  147. select REGULATOR
  148. select REGULATOR_FIXED_VOLTAGE
  149. help
  150. Support for the Amstrad E3 (codename Delta) videophone. Say Y here
  151. if you have such a device.
  152. config MACH_OMAP_GENERIC
  153. bool "Generic OMAP board"
  154. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  155. help
  156. Support for generic OMAP-1510, 1610 or 1710 board with
  157. no FPGA. Can be used as template for porting Linux to
  158. custom OMAP boards. Say Y here if you have a custom
  159. board.
  160. endmenu
  161. endif