Kconfig 5.7 KB

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