Kconfig 6.8 KB

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