Kconfig 7.0 KB

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