Kconfig 6.9 KB

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