Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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_DAVINCI_DM355_EVM
  53. bool "TI DM355 EVM"
  54. default ARCH_DAVINCI_DM355
  55. depends on ARCH_DAVINCI_DM355
  56. help
  57. Configure this option to specify the whether the board used
  58. for development is a DM355 EVM
  59. config MACH_DM355_LEOPARD
  60. bool "DM355 Leopard board"
  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 Leopard board.
  65. config MACH_DAVINCI_DM6467_EVM
  66. bool "TI DM6467 EVM"
  67. default ARCH_DAVINCI_DM646x
  68. depends on ARCH_DAVINCI_DM646x
  69. help
  70. Configure this option to specify the whether the board used
  71. for development is a DM6467 EVM
  72. config MACH_DAVINCI_DM365_EVM
  73. bool "TI DM365 EVM"
  74. default ARCH_DAVINCI_DM365
  75. depends on ARCH_DAVINCI_DM365
  76. help
  77. Configure this option to specify whether the board used
  78. for development is a DM365 EVM
  79. config MACH_DAVINCI_DA830_EVM
  80. bool "TI DA830/OMAP-L137 Reference Platform"
  81. default ARCH_DAVINCI_DA830
  82. depends on ARCH_DAVINCI_DA830
  83. select GPIO_PCF857X
  84. help
  85. Say Y here to select the TI DA830/OMAP-L137 Evaluation Module.
  86. choice
  87. prompt "Select DA830/OMAP-L137 UI board peripheral"
  88. depends on MACH_DAVINCI_DA830_EVM
  89. help
  90. The presence of UI card on the DA830/OMAP-L137 EVM is detected
  91. automatically based on successful probe of the I2C based GPIO
  92. expander on that board. This option selected in this menu has
  93. an effect only in case of a successful UI card detection.
  94. config DA830_UI_LCD
  95. bool "LCD"
  96. help
  97. Say Y here to use the LCD as a framebuffer or simple character
  98. display.
  99. config DA830_UI_NAND
  100. bool "NAND flash"
  101. help
  102. Say Y here to use the NAND flash. Do not forget to setup
  103. the switch correctly.
  104. endchoice
  105. config MACH_DAVINCI_DA850_EVM
  106. bool "TI DA850/OMAP-L138 Reference Platform"
  107. default ARCH_DAVINCI_DA850
  108. depends on ARCH_DAVINCI_DA850
  109. select GPIO_PCA953X
  110. help
  111. Say Y here to select the TI DA850/OMAP-L138 Evaluation Module.
  112. choice
  113. prompt "Select peripherals connected to expander on UI board"
  114. depends on MACH_DAVINCI_DA850_EVM
  115. help
  116. The presence of User Interface (UI) card on the DA850/OMAP-L138
  117. EVM is detected automatically based on successful probe of the I2C
  118. based GPIO expander on that card. This option selected in this
  119. menu has an effect only in case of a successful UI card detection.
  120. config DA850_UI_NONE
  121. bool "No peripheral is enabled"
  122. help
  123. Say Y if you do not want to enable any of the peripherals connected
  124. to TCA6416 expander on DA850/OMAP-L138 EVM UI card
  125. config DA850_UI_RMII
  126. bool "RMII Ethernet PHY"
  127. help
  128. Say Y if you want to use the RMII PHY on the DA850/OMAP-L138 EVM.
  129. This PHY is found on the UI daughter card that is supplied with
  130. the EVM.
  131. NOTE: Please take care while choosing this option, MII PHY will
  132. not be functional if RMII mode is selected.
  133. endchoice
  134. config DAVINCI_MUX
  135. bool "DAVINCI multiplexing support"
  136. depends on ARCH_DAVINCI
  137. default y
  138. help
  139. Pin multiplexing support for DAVINCI boards. If your bootloader
  140. sets the multiplexing correctly, say N. Otherwise, or if unsure,
  141. say Y.
  142. config DAVINCI_MUX_DEBUG
  143. bool "Multiplexing debug output"
  144. depends on DAVINCI_MUX
  145. help
  146. Makes the multiplexing functions print out a lot of debug info.
  147. This is useful if you want to find out the correct values of the
  148. multiplexing registers.
  149. config DAVINCI_MUX_WARNINGS
  150. bool "Warn about pins the bootloader didn't set up"
  151. depends on DAVINCI_MUX
  152. help
  153. Choose Y here to warn whenever driver initialization logic needs
  154. to change the pin multiplexing setup. When there are no warnings
  155. printed, it's safe to deselect DAVINCI_MUX for your product.
  156. config DAVINCI_RESET_CLOCKS
  157. bool "Reset unused clocks during boot"
  158. depends on ARCH_DAVINCI
  159. help
  160. Say Y if you want to reset unused clocks during boot.
  161. This option saves power, but assumes all drivers are
  162. using the clock framework. Broken drivers that do not
  163. yet use clock framework may not work with this option.
  164. If you are booting from another operating system, you
  165. probably do not want this option enabled until your
  166. device drivers work properly.
  167. endmenu
  168. endif