Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. if ARCH_DAVINCI
  2. config AINTC
  3. bool
  4. config CP_INTC
  5. bool
  6. select IRQ_DOMAIN
  7. config ARCH_DAVINCI_DMx
  8. bool
  9. select CPU_ARM926T
  10. menu "TI DaVinci Implementations"
  11. comment "DaVinci Core Type"
  12. config ARCH_DAVINCI_DM644x
  13. bool "DaVinci 644x based system"
  14. select AINTC
  15. select ARCH_DAVINCI_DMx
  16. config ARCH_DAVINCI_DM355
  17. bool "DaVinci 355 based system"
  18. select AINTC
  19. select ARCH_DAVINCI_DMx
  20. config ARCH_DAVINCI_DM646x
  21. bool "DaVinci 646x based system"
  22. select AINTC
  23. select ARCH_DAVINCI_DMx
  24. config ARCH_DAVINCI_DA830
  25. bool "DA830/OMAP-L137/AM17x based system"
  26. select ARCH_DAVINCI_DA8XX
  27. select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
  28. select CP_INTC
  29. config ARCH_DAVINCI_DA850
  30. bool "DA850/OMAP-L138/AM18x based system"
  31. select ARCH_DAVINCI_DA8XX
  32. select ARCH_HAS_CPUFREQ
  33. select CPU_FREQ_TABLE
  34. select CP_INTC
  35. config ARCH_DAVINCI_DA8XX
  36. bool
  37. select CPU_ARM926T
  38. config ARCH_DAVINCI_DM365
  39. bool "DaVinci 365 based system"
  40. select AINTC
  41. select ARCH_DAVINCI_DMx
  42. config ARCH_DAVINCI_TNETV107X
  43. bool "TNETV107X based system"
  44. select CPU_V6
  45. select CP_INTC
  46. comment "DaVinci Board Type"
  47. config MACH_DA8XX_DT
  48. bool "Support DA8XX platforms using device tree"
  49. default y
  50. depends on ARCH_DAVINCI_DA8XX
  51. select PINCTRL
  52. help
  53. Say y here to include support for TI DaVinci DA850 based using
  54. Flattened Device Tree. More information at Documentation/devicetree
  55. config MACH_DAVINCI_EVM
  56. bool "TI DM644x EVM"
  57. default ARCH_DAVINCI_DM644x
  58. depends on ARCH_DAVINCI_DM644x
  59. select EEPROM_AT24
  60. select I2C
  61. help
  62. Configure this option to specify the whether the board used
  63. for development is a DM644x EVM
  64. config MACH_SFFSDR
  65. bool "Lyrtech SFFSDR"
  66. depends on ARCH_DAVINCI_DM644x
  67. select EEPROM_AT24
  68. select I2C
  69. help
  70. Say Y here to select the Lyrtech Small Form Factor
  71. Software Defined Radio (SFFSDR) board.
  72. config MACH_NEUROS_OSD2
  73. bool "Neuros OSD2 Open Television Set Top Box"
  74. depends on ARCH_DAVINCI_DM644x
  75. help
  76. Configure this option to specify the whether the board used
  77. for development is a Neuros OSD2 Open Set Top Box.
  78. config MACH_DAVINCI_DM355_EVM
  79. bool "TI DM355 EVM"
  80. default ARCH_DAVINCI_DM355
  81. depends on ARCH_DAVINCI_DM355
  82. help
  83. Configure this option to specify the whether the board used
  84. for development is a DM355 EVM
  85. config MACH_DM355_LEOPARD
  86. bool "DM355 Leopard board"
  87. depends on ARCH_DAVINCI_DM355
  88. help
  89. Configure this option to specify the whether the board used
  90. for development is a DM355 Leopard board.
  91. config MACH_DAVINCI_DM6467_EVM
  92. bool "TI DM6467 EVM"
  93. default ARCH_DAVINCI_DM646x
  94. depends on ARCH_DAVINCI_DM646x
  95. select EEPROM_AT24
  96. select I2C
  97. select MACH_DAVINCI_DM6467TEVM
  98. help
  99. Configure this option to specify the whether the board used
  100. for development is a DM6467 EVM
  101. config MACH_DAVINCI_DM6467TEVM
  102. bool
  103. config MACH_DAVINCI_DM365_EVM
  104. bool "TI DM365 EVM"
  105. default ARCH_DAVINCI_DM365
  106. depends on ARCH_DAVINCI_DM365
  107. select EEPROM_AT24
  108. select I2C
  109. help
  110. Configure this option to specify whether the board used
  111. for development is a DM365 EVM
  112. config MACH_DAVINCI_DA830_EVM
  113. bool "TI DA830/OMAP-L137/AM17x Reference Platform"
  114. default ARCH_DAVINCI_DA830
  115. depends on ARCH_DAVINCI_DA830
  116. select EEPROM_AT24
  117. select GPIO_PCF857X
  118. select I2C
  119. help
  120. Say Y here to select the TI DA830/OMAP-L137/AM17x Evaluation Module.
  121. choice
  122. prompt "Select DA830/OMAP-L137/AM17x UI board peripheral"
  123. depends on MACH_DAVINCI_DA830_EVM
  124. help
  125. The presence of UI card on the DA830/OMAP-L137/AM17x EVM is
  126. detected automatically based on successful probe of the I2C
  127. based GPIO expander on that board. This option selected in this
  128. menu has an effect only in case of a successful UI card detection.
  129. config DA830_UI_LCD
  130. bool "LCD"
  131. help
  132. Say Y here to use the LCD as a framebuffer or simple character
  133. display.
  134. config DA830_UI_NAND
  135. bool "NAND flash"
  136. help
  137. Say Y here to use the NAND flash. Do not forget to setup
  138. the switch correctly.
  139. endchoice
  140. config MACH_DAVINCI_DA850_EVM
  141. bool "TI DA850/OMAP-L138/AM18x Reference Platform"
  142. default ARCH_DAVINCI_DA850
  143. depends on ARCH_DAVINCI_DA850
  144. help
  145. Say Y here to select the TI DA850/OMAP-L138/AM18x Evaluation Module.
  146. choice
  147. prompt "Select peripherals connected to expander on UI board"
  148. depends on MACH_DAVINCI_DA850_EVM
  149. help
  150. The presence of User Interface (UI) card on the DA850/OMAP-L138/AM18x
  151. EVM is detected automatically based on successful probe of the I2C
  152. based GPIO expander on that card. This option selected in this
  153. menu has an effect only in case of a successful UI card detection.
  154. config DA850_UI_NONE
  155. bool "No peripheral is enabled"
  156. help
  157. Say Y if you do not want to enable any of the peripherals connected
  158. to TCA6416 expander on DA850/OMAP-L138/AM18x EVM UI card
  159. config DA850_UI_RMII
  160. bool "RMII Ethernet PHY"
  161. help
  162. Say Y if you want to use the RMII PHY on the DA850/OMAP-L138/AM18x
  163. EVM. This PHY is found on the UI daughter card that is supplied with
  164. the EVM.
  165. NOTE: Please take care while choosing this option, MII PHY will
  166. not be functional if RMII mode is selected.
  167. config DA850_UI_SD_VIDEO_PORT
  168. bool "Video Port Interface"
  169. help
  170. Say Y if you want to use Video Port Interface (VPIF) on the
  171. DA850/OMAP-L138 EVM. The Video decoders/encoders are found on the
  172. UI daughter card that is supplied with the EVM.
  173. endchoice
  174. config DA850_WL12XX
  175. bool "AM18x wl1271 daughter board"
  176. depends on MACH_DAVINCI_DA850_EVM
  177. help
  178. The wl1271 daughter card for AM18x EVMs is a combo wireless
  179. connectivity add-on card, based on the LS Research TiWi module with
  180. Texas Instruments' wl1271 solution.
  181. Say Y if you want to use a wl1271 expansion card connected to the
  182. AM18x EVM.
  183. config GPIO_PCA953X
  184. default MACH_DAVINCI_DA850_EVM
  185. config KEYBOARD_GPIO_POLLED
  186. default MACH_DAVINCI_DA850_EVM
  187. config MACH_TNETV107X
  188. bool "TI TNETV107X Reference Platform"
  189. default ARCH_DAVINCI_TNETV107X
  190. depends on ARCH_DAVINCI_TNETV107X
  191. help
  192. Say Y here to select the TI TNETV107X Evaluation Module.
  193. config MACH_MITYOMAPL138
  194. bool "Critical Link MityDSP-L138/MityARM-1808 SoM"
  195. depends on ARCH_DAVINCI_DA850
  196. select EEPROM_AT24
  197. select I2C
  198. help
  199. Say Y here to select the Critical Link MityDSP-L138/MityARM-1808
  200. System on Module. Information on this SoM may be found at
  201. http://www.mitydsp.com
  202. config MACH_OMAPL138_HAWKBOARD
  203. bool "TI AM1808 / OMAPL-138 Hawkboard platform"
  204. depends on ARCH_DAVINCI_DA850
  205. help
  206. Say Y here to select the TI AM1808 / OMAPL-138 Hawkboard platform .
  207. Information of this board may be found at
  208. http://www.hawkboard.org/
  209. config DAVINCI_MUX
  210. bool "DAVINCI multiplexing support"
  211. depends on ARCH_DAVINCI
  212. default y
  213. help
  214. Pin multiplexing support for DAVINCI boards. If your bootloader
  215. sets the multiplexing correctly, say N. Otherwise, or if unsure,
  216. say Y.
  217. config DAVINCI_MUX_DEBUG
  218. bool "Multiplexing debug output"
  219. depends on DAVINCI_MUX
  220. help
  221. Makes the multiplexing functions print out a lot of debug info.
  222. This is useful if you want to find out the correct values of the
  223. multiplexing registers.
  224. config DAVINCI_MUX_WARNINGS
  225. bool "Warn about pins the bootloader didn't set up"
  226. depends on DAVINCI_MUX
  227. help
  228. Choose Y here to warn whenever driver initialization logic needs
  229. to change the pin multiplexing setup. When there are no warnings
  230. printed, it's safe to deselect DAVINCI_MUX for your product.
  231. config DAVINCI_RESET_CLOCKS
  232. bool "Reset unused clocks during boot"
  233. depends on ARCH_DAVINCI
  234. help
  235. Say Y if you want to reset unused clocks during boot.
  236. This option saves power, but assumes all drivers are
  237. using the clock framework. Broken drivers that do not
  238. yet use clock framework may not work with this option.
  239. If you are booting from another operating system, you
  240. probably do not want this option enabled until your
  241. device drivers work properly.
  242. endmenu
  243. endif