Kconfig 5.9 KB

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