Kconfig 5.9 KB

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