Kconfig 7.1 KB

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