Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig ARCH_OMAP1
  3. bool "TI OMAP1"
  4. depends on ARCH_MULTI_V4T || ARCH_MULTI_V5
  5. depends on CPU_LITTLE_ENDIAN
  6. depends on ATAGS
  7. select ARCH_OMAP
  8. select ARCH_HAS_HOLES_MEMORYMODEL
  9. select ARCH_OMAP
  10. select CLKSRC_MMIO
  11. select FORCE_PCI if PCCARD
  12. select GPIOLIB
  13. help
  14. Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx)
  15. if ARCH_OMAP1
  16. menu "TI OMAP1 specific features"
  17. comment "OMAP Core Type"
  18. config ARCH_OMAP730
  19. depends on ARCH_MULTI_V5
  20. bool "OMAP730 Based System"
  21. select ARCH_OMAP_OTG
  22. select CPU_ARM926T
  23. select OMAP_MPU_TIMER
  24. config ARCH_OMAP850
  25. depends on ARCH_MULTI_V5
  26. bool "OMAP850 Based System"
  27. select ARCH_OMAP_OTG
  28. select CPU_ARM926T
  29. config ARCH_OMAP15XX
  30. depends on ARCH_MULTI_V4T
  31. default y
  32. bool "OMAP15xx Based System"
  33. select CPU_ARM925T
  34. select OMAP_MPU_TIMER
  35. config ARCH_OMAP16XX
  36. depends on ARCH_MULTI_V5
  37. bool "OMAP16xx Based System"
  38. select ARCH_OMAP_OTG
  39. select CPU_ARM926T
  40. select OMAP_DM_TIMER
  41. config ARCH_OMAP
  42. bool
  43. comment "OMAP Feature Selections"
  44. config OMAP_MUX
  45. bool "OMAP multiplexing support"
  46. default y
  47. help
  48. Pin multiplexing support for OMAP boards. If your bootloader
  49. sets the multiplexing correctly, say N. Otherwise, or if unsure,
  50. say Y.
  51. config OMAP_MUX_DEBUG
  52. bool "Multiplexing debug output"
  53. depends on OMAP_MUX
  54. help
  55. Makes the multiplexing functions print out a lot of debug info.
  56. This is useful if you want to find out the correct values of the
  57. multiplexing registers.
  58. config OMAP_MUX_WARNINGS
  59. bool "Warn about pins the bootloader didn't set up"
  60. depends on OMAP_MUX
  61. default y
  62. help
  63. Choose Y here to warn whenever driver initialization logic needs
  64. to change the pin multiplexing setup. When there are no warnings
  65. printed, it's safe to deselect OMAP_MUX for your product.
  66. config OMAP_32K_TIMER
  67. bool "Use 32KHz timer"
  68. depends on ARCH_OMAP16XX
  69. default ARCH_OMAP16XX
  70. help
  71. Select this option if you want to enable the OMAP 32KHz timer.
  72. This timer saves power compared to the OMAP_MPU_TIMER, and has
  73. support for no tick during idle. The 32KHz timer provides less
  74. intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
  75. currently only available for OMAP16XX, 24XX, 34XX, OMAP4/5 and DRA7XX.
  76. On OMAP2PLUS this value is only used for CONFIG_HZ and
  77. CLOCK_TICK_RATE compile time calculation.
  78. The actual timer selection is done in the board file
  79. through the (DT_)MACHINE_START structure.
  80. config OMAP_MPU_TIMER
  81. bool "Use mpu timer"
  82. depends on ARCH_OMAP1
  83. help
  84. Select this option if you want to use the OMAP mpu timer. This
  85. timer provides more intra-tick resolution than the 32KHz timer,
  86. but consumes more power.
  87. config OMAP_SERIAL_WAKE
  88. bool "Enable wake-up events for serial ports"
  89. depends on ARCH_OMAP1 && OMAP_MUX
  90. default y
  91. help
  92. Select this option if you want to have your system wake up
  93. to data on the serial RX line. This allows you to wake the
  94. system from serial console.
  95. config OMAP_RESET_CLOCKS
  96. bool "Reset unused clocks during boot"
  97. depends on ARCH_OMAP
  98. help
  99. Say Y if you want to reset unused clocks during boot.
  100. This option saves power, but assumes all drivers are
  101. using the clock framework. Broken drivers that do not
  102. yet use clock framework may not work with this option.
  103. If you are booting from another operating system, you
  104. probably do not want this option enabled until your
  105. device drivers work properly.
  106. config ARCH_OMAP_OTG
  107. bool
  108. comment "OMAP Board Type"
  109. config MACH_OMAP_INNOVATOR
  110. bool "TI Innovator"
  111. depends on ARCH_OMAP15XX || ARCH_OMAP16XX
  112. depends on UNUSED_BOARD_FILES
  113. help
  114. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  115. have such a board.
  116. config MACH_OMAP_H2
  117. bool "TI H2 Support"
  118. depends on ARCH_OMAP16XX
  119. depends on UNUSED_BOARD_FILES
  120. help
  121. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  122. a board.
  123. config MACH_OMAP_H3
  124. bool "TI H3 Support"
  125. depends on ARCH_OMAP16XX
  126. depends on UNUSED_BOARD_FILES
  127. help
  128. TI OMAP 1710 H3 board support. Say Y here if you have such
  129. a board.
  130. config MACH_HERALD
  131. bool "HTC Herald"
  132. depends on ARCH_OMAP850
  133. depends on UNUSED_BOARD_FILES
  134. help
  135. HTC Herald smartphone support (AKA T-Mobile Wing, ...)
  136. config MACH_OMAP_OSK
  137. bool "TI OSK Support"
  138. depends on ARCH_OMAP16XX
  139. help
  140. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  141. if you have such a board.
  142. config OMAP_OSK_MISTRAL
  143. bool "Mistral QVGA board Support"
  144. depends on MACH_OMAP_OSK
  145. depends on UNUSED_BOARD_FILES
  146. help
  147. The OSK supports an optional add-on board with a Quarter-VGA
  148. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  149. and camera connector. Say Y here if you have this board.
  150. config MACH_OMAP_PERSEUS2
  151. bool "TI Perseus2"
  152. depends on ARCH_OMAP730
  153. depends on UNUSED_BOARD_FILES
  154. help
  155. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  156. a board.
  157. config MACH_OMAP_FSAMPLE
  158. bool "TI F-Sample"
  159. depends on ARCH_OMAP730
  160. depends on UNUSED_BOARD_FILES
  161. help
  162. Support for TI OMAP 850 F-Sample board. Say Y here if you have such
  163. a board.
  164. config MACH_OMAP_PALMTE
  165. bool "Palm Tungsten E"
  166. depends on ARCH_OMAP15XX
  167. help
  168. Support for the Palm Tungsten E PDA. To boot the kernel, you'll
  169. need a PalmOS compatible bootloader; check out
  170. http://palmtelinux.sourceforge.net/ for more information.
  171. Say Y here if you have this PDA model, say N otherwise.
  172. config MACH_OMAP_PALMZ71
  173. bool "Palm Zire71"
  174. depends on ARCH_OMAP15XX
  175. depends on UNUSED_BOARD_FILES
  176. help
  177. Support for the Palm Zire71 PDA. To boot the kernel,
  178. you'll need a PalmOS compatible bootloader; check out
  179. http://hackndev.com/palm/z71 for more information.
  180. Say Y here if you have such a PDA, say N otherwise.
  181. config MACH_OMAP_PALMTT
  182. bool "Palm Tungsten|T"
  183. depends on ARCH_OMAP15XX
  184. depends on UNUSED_BOARD_FILES
  185. help
  186. Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
  187. need a PalmOS compatible bootloader (Garux); check out
  188. http://garux.sourceforge.net/ for more information.
  189. Say Y here if you have this PDA model, say N otherwise.
  190. config MACH_SX1
  191. bool "Siemens SX1"
  192. depends on ARCH_OMAP15XX
  193. select I2C
  194. help
  195. Support for the Siemens SX1 phone. To boot the kernel,
  196. you'll need a SX1 compatible bootloader; check out
  197. http://forum.oslik.ru and
  198. https://www.handhelds.org/moin/moin.cgi/SiemensSX1
  199. for more information.
  200. Say Y here if you have such a phone, say NO otherwise.
  201. config MACH_NOKIA770
  202. bool "Nokia 770"
  203. depends on ARCH_OMAP16XX
  204. help
  205. Support for the Nokia 770 Internet Tablet. Say Y here if you
  206. have such a device.
  207. config MACH_AMS_DELTA
  208. bool "Amstrad E3 (Delta)"
  209. depends on ARCH_OMAP15XX
  210. select FIQ
  211. select GPIO_GENERIC_PLATFORM
  212. select LEDS_GPIO_REGISTER
  213. select REGULATOR
  214. select REGULATOR_FIXED_VOLTAGE
  215. help
  216. Support for the Amstrad E3 (codename Delta) videophone. Say Y here
  217. if you have such a device.
  218. config MACH_OMAP_GENERIC
  219. bool "Generic OMAP board"
  220. depends on ARCH_OMAP15XX || ARCH_OMAP16XX
  221. depends on UNUSED_BOARD_FILES
  222. help
  223. Support for generic OMAP-1510, 1610 or 1710 board with
  224. no FPGA. Can be used as template for porting Linux to
  225. custom OMAP boards. Say Y here if you have a custom
  226. board.
  227. endmenu
  228. endif