Kconfig 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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 MACH_OMAP_GENERIC
  134. bool "Generic OMAP board"
  135. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  136. help
  137. Support for generic OMAP-1510, 1610 or 1710 board with
  138. no FPGA. Can be used as template for porting Linux to
  139. custom OMAP boards. Say Y here if you have a custom
  140. board.
  141. comment "OMAP CPU Speed"
  142. depends on ARCH_OMAP1
  143. config OMAP_CLOCKS_SET_BY_BOOTLOADER
  144. bool "OMAP clocks set by bootloader"
  145. depends on ARCH_OMAP1
  146. help
  147. Enable this option to prevent the kernel from overriding the clock
  148. frequencies programmed by bootloader for MPU, DSP, MMUs, TC,
  149. internal LCD controller and MPU peripherals.
  150. config OMAP_ARM_216MHZ
  151. bool "OMAP ARM 216 MHz CPU (1710 only)"
  152. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  153. help
  154. Enable 216 MHz clock for OMAP1710 CPU. If unsure, say N.
  155. config OMAP_ARM_195MHZ
  156. bool "OMAP ARM 195 MHz CPU"
  157. depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
  158. help
  159. Enable 195MHz clock for OMAP CPU. If unsure, say N.
  160. config OMAP_ARM_192MHZ
  161. bool "OMAP ARM 192 MHz CPU"
  162. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  163. help
  164. Enable 192MHz clock for OMAP CPU. If unsure, say N.
  165. config OMAP_ARM_182MHZ
  166. bool "OMAP ARM 182 MHz CPU"
  167. depends on ARCH_OMAP1 && (ARCH_OMAP730 || ARCH_OMAP850)
  168. help
  169. Enable 182MHz clock for OMAP CPU. If unsure, say N.
  170. config OMAP_ARM_168MHZ
  171. bool "OMAP ARM 168 MHz CPU"
  172. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  173. help
  174. Enable 168MHz clock for OMAP CPU. If unsure, say N.
  175. config OMAP_ARM_150MHZ
  176. bool "OMAP ARM 150 MHz CPU"
  177. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  178. help
  179. Enable 150MHz clock for OMAP CPU. If unsure, say N.
  180. config OMAP_ARM_120MHZ
  181. bool "OMAP ARM 120 MHz CPU"
  182. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  183. help
  184. Enable 120MHz clock for OMAP CPU. If unsure, say N.
  185. config OMAP_ARM_60MHZ
  186. bool "OMAP ARM 60 MHz CPU"
  187. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  188. default y
  189. help
  190. Enable 60MHz clock for OMAP CPU. If unsure, say Y.
  191. config OMAP_ARM_30MHZ
  192. bool "OMAP ARM 30 MHz CPU"
  193. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_OMAP850)
  194. help
  195. Enable 30MHz clock for OMAP CPU. If unsure, say N.