Kconfig 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. comment "OMAP Core Type"
  2. depends on ARCH_OMAP1
  3. config ARCH_OMAP730
  4. depends on ARCH_OMAP1
  5. bool "OMAP730 Based System"
  6. select CPU_ARM926T
  7. select ARCH_OMAP_OTG
  8. config ARCH_OMAP850
  9. depends on ARCH_OMAP1
  10. bool "OMAP850 Based System"
  11. select CPU_ARM926T
  12. select ARCH_OMAP_OTG
  13. config ARCH_OMAP15XX
  14. depends on ARCH_OMAP1
  15. default y
  16. bool "OMAP15xx Based System"
  17. select CPU_ARM925T
  18. config ARCH_OMAP16XX
  19. depends on ARCH_OMAP1
  20. bool "OMAP16xx Based System"
  21. select CPU_ARM926T
  22. select ARCH_OMAP_OTG
  23. comment "OMAP Board Type"
  24. depends on ARCH_OMAP1
  25. config MACH_OMAP_INNOVATOR
  26. bool "TI Innovator"
  27. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  28. select OMAP_MCBSP
  29. help
  30. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  31. have such a board.
  32. config MACH_OMAP_H2
  33. bool "TI H2 Support"
  34. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  35. select OMAP_MCBSP
  36. help
  37. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  38. a board.
  39. config MACH_OMAP_H3
  40. bool "TI H3 Support"
  41. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  42. help
  43. TI OMAP 1710 H3 board support. Say Y here if you have such
  44. a board.
  45. config MACH_OMAP_HTCWIZARD
  46. bool "HTC Wizard"
  47. depends on ARCH_OMAP850
  48. help
  49. HTC Wizard smartphone support (AKA QTEK 9100, ...)
  50. config MACH_HERALD
  51. bool "HTC Herald"
  52. depends on ARCH_OMAP850
  53. help
  54. HTC Herald smartphone support (AKA T-Mobile Wing, ...)
  55. config MACH_OMAP_OSK
  56. bool "TI OSK Support"
  57. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  58. select OMAP_MCBSP
  59. help
  60. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  61. if you have such a board.
  62. config OMAP_OSK_MISTRAL
  63. bool "Mistral QVGA board Support"
  64. depends on MACH_OMAP_OSK
  65. help
  66. The OSK supports an optional add-on board with a Quarter-VGA
  67. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  68. and camera connector. Say Y here if you have this board.
  69. config MACH_OMAP_PERSEUS2
  70. bool "TI Perseus2"
  71. depends on ARCH_OMAP1 && ARCH_OMAP730
  72. help
  73. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  74. a board.
  75. config MACH_OMAP_FSAMPLE
  76. bool "TI F-Sample"
  77. depends on ARCH_OMAP1 && ARCH_OMAP730
  78. help
  79. Support for TI OMAP 850 F-Sample board. Say Y here if you have such
  80. a board.
  81. config MACH_VOICEBLUE
  82. bool "Voiceblue"
  83. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  84. help
  85. Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
  86. such a board.
  87. config MACH_OMAP_PALMTE
  88. bool "Palm Tungsten E"
  89. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  90. help
  91. Support for the Palm Tungsten E PDA. To boot the kernel, you'll
  92. need a PalmOS compatible bootloader; check out
  93. http://palmtelinux.sourceforge.net/ for more information.
  94. Say Y here if you have this PDA model, say N otherwise.
  95. config MACH_OMAP_PALMZ71
  96. bool "Palm Zire71"
  97. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  98. help
  99. Support for the Palm Zire71 PDA. To boot the kernel,
  100. you'll need a PalmOS compatible bootloader; check out
  101. http://hackndev.com/palm/z71 for more information.
  102. Say Y here if you have such a PDA, say N otherwise.
  103. config MACH_OMAP_PALMTT
  104. bool "Palm Tungsten|T"
  105. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  106. help
  107. Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
  108. need a PalmOS compatible bootloader (Garux); check out
  109. http://www.hackndev.com/palm/tt/ for more information.
  110. Say Y here if you have this PDA model, say N otherwise.
  111. config MACH_SX1
  112. bool "Siemens SX1"
  113. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  114. help
  115. Support for the Siemens SX1 phone. To boot the kernel,
  116. you'll need a SX1 compatible bootloader; check out
  117. http://forum.oslik.ru and
  118. http://www.handhelds.org/moin/moin.cgi/SiemensSX1
  119. for more information.
  120. Say Y here if you have such a phone, say NO otherwise.
  121. config MACH_NOKIA770
  122. bool "Nokia 770"
  123. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  124. help
  125. Support for the Nokia 770 Internet Tablet. Say Y here if you
  126. have such a device.
  127. config MACH_AMS_DELTA
  128. bool "Amstrad E3 (Delta)"
  129. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  130. help
  131. Support for the Amstrad E3 (codename Delta) videophone. Say Y here
  132. if you have such a device.
  133. config AMS_DELTA_FIQ
  134. bool "Fast Interrupt Request (FIQ) support for the E3"
  135. depends on MACH_AMS_DELTA
  136. select FIQ
  137. help
  138. Provide a FIQ handler for the E3.
  139. This allows for fast handling of interrupts generated
  140. by the clock line of the E3 mailboard (or a PS/2 keyboard)
  141. connected to the GPIO based external keyboard port.
  142. config MACH_OMAP_GENERIC
  143. bool "Generic OMAP board"
  144. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  145. help
  146. Support for generic OMAP-1510, 1610 or 1710 board with
  147. no FPGA. Can be used as template for porting Linux to
  148. custom OMAP boards. Say Y here if you have a custom
  149. board.
  150. comment "OMAP CPU Speed"
  151. depends on ARCH_OMAP1
  152. config OMAP_CLOCKS_SET_BY_BOOTLOADER
  153. bool "OMAP clocks set by bootloader"
  154. depends on ARCH_OMAP1
  155. help
  156. Enable this option to prevent the kernel from overriding the clock
  157. frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
  158. internal LCD controller and MPU peripherals.
  159. config OMAP_ARM_216MHZ
  160. bool "OMAP ARM 216 MHz CPU (1710 only)"
  161. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  162. help
  163. Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
  164. config OMAP_ARM_195MHZ
  165. bool "OMAP ARM 195 MHz CPU"
  166. depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
  167. help
  168. Enable 195MHz clock for OMAP CPU. If unsure, say N.
  169. config OMAP_ARM_192MHZ
  170. bool "OMAP ARM 192 MHz CPU"
  171. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  172. help
  173. Enable 192MHz clock for OMAP CPU. If unsure, say N.
  174. config OMAP_ARM_182MHZ
  175. bool "OMAP ARM 182 MHz CPU"
  176. depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
  177. help
  178. Enable 182MHz clock for OMAP CPU. If unsure, say N.
  179. config OMAP_ARM_168MHZ
  180. bool "OMAP ARM 168 MHz CPU"
  181. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  182. help
  183. Enable 168MHz clock for OMAP CPU. If unsure, say N.
  184. config OMAP_ARM_150MHZ
  185. bool "OMAP ARM 150 MHz CPU"
  186. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  187. help
  188. Enable 150MHz clock for OMAP CPU. If unsure, say N.
  189. config OMAP_ARM_120MHZ
  190. bool "OMAP ARM 120 MHz CPU"
  191. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  192. help
  193. Enable 120MHz clock for OMAP CPU. If unsure, say N.
  194. config OMAP_ARM_60MHZ
  195. bool "OMAP ARM 60 MHz CPU"
  196. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  197. default y
  198. help
  199. Enable 60MHz clock for OMAP CPU. If unsure, say Y.
  200. config OMAP_ARM_30MHZ
  201. bool "OMAP ARM 30 MHz CPU"
  202. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  203. help
  204. Enable 30MHz clock for OMAP CPU. If unsure, say N.