Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. if ARCH_OMAP2PLUS
  2. menu "TI OMAP2/3/4 Specific Features"
  3. config ARCH_OMAP2PLUS_TYPICAL
  4. bool "Typical OMAP configuration"
  5. default y
  6. select AEABI
  7. select REGULATOR
  8. select PM
  9. select PM_RUNTIME
  10. select VFP
  11. select NEON if ARCH_OMAP3 || ARCH_OMAP4
  12. select SERIAL_OMAP
  13. select SERIAL_OMAP_CONSOLE
  14. select I2C
  15. select I2C_OMAP
  16. select MFD
  17. select MENELAUS if ARCH_OMAP2
  18. select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
  19. select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
  20. help
  21. Compile a kernel suitable for booting most boards
  22. config ARCH_OMAP2
  23. bool "TI OMAP2"
  24. depends on ARCH_OMAP2PLUS
  25. default y
  26. select CPU_V6
  27. config ARCH_OMAP3
  28. bool "TI OMAP3"
  29. depends on ARCH_OMAP2PLUS
  30. default y
  31. select CPU_V7
  32. select USB_ARCH_HAS_EHCI
  33. select ARM_L1_CACHE_SHIFT_6 if !ARCH_OMAP4
  34. config ARCH_OMAP4
  35. bool "TI OMAP4"
  36. default y
  37. depends on ARCH_OMAP2PLUS
  38. select CPU_V7
  39. select ARM_GIC
  40. select PL310_ERRATA_588369
  41. select ARM_ERRATA_720789
  42. comment "OMAP Core Type"
  43. depends on ARCH_OMAP2
  44. config ARCH_OMAP2420
  45. bool "OMAP2420 support"
  46. depends on ARCH_OMAP2
  47. default y
  48. select OMAP_DM_TIMER
  49. select ARCH_OMAP_OTG
  50. config ARCH_OMAP2430
  51. bool "OMAP2430 support"
  52. depends on ARCH_OMAP2
  53. default y
  54. select ARCH_OMAP_OTG
  55. config ARCH_OMAP3430
  56. bool "OMAP3430 support"
  57. depends on ARCH_OMAP3
  58. default y
  59. select ARCH_OMAP_OTG
  60. config OMAP_PACKAGE_ZAF
  61. bool
  62. config OMAP_PACKAGE_ZAC
  63. bool
  64. config OMAP_PACKAGE_CBC
  65. bool
  66. config OMAP_PACKAGE_CBB
  67. bool
  68. config OMAP_PACKAGE_CUS
  69. bool
  70. config OMAP_PACKAGE_CBP
  71. bool
  72. config OMAP_PACKAGE_CBL
  73. bool
  74. config OMAP_PACKAGE_CBS
  75. bool
  76. comment "OMAP Board Type"
  77. depends on ARCH_OMAP2PLUS
  78. config MACH_OMAP_GENERIC
  79. bool "Generic OMAP board"
  80. depends on ARCH_OMAP2
  81. default y
  82. config MACH_OMAP2_TUSB6010
  83. bool
  84. depends on ARCH_OMAP2 && ARCH_OMAP2420
  85. default y if MACH_NOKIA_N8X0
  86. config MACH_OMAP_H4
  87. bool "OMAP 2420 H4 board"
  88. depends on ARCH_OMAP2420
  89. default y
  90. select OMAP_PACKAGE_ZAF
  91. select OMAP_DEBUG_DEVICES
  92. config MACH_OMAP_APOLLON
  93. bool "OMAP 2420 Apollon board"
  94. depends on ARCH_OMAP2420
  95. default y
  96. select OMAP_PACKAGE_ZAC
  97. config MACH_OMAP_2430SDP
  98. bool "OMAP 2430 SDP board"
  99. depends on ARCH_OMAP2430
  100. default y
  101. select OMAP_PACKAGE_ZAC
  102. config MACH_OMAP3_BEAGLE
  103. bool "OMAP3 BEAGLE board"
  104. depends on ARCH_OMAP3
  105. default y
  106. select OMAP_PACKAGE_CBB
  107. config MACH_DEVKIT8000
  108. bool "DEVKIT8000 board"
  109. depends on ARCH_OMAP3
  110. default y
  111. select OMAP_PACKAGE_CUS
  112. select OMAP_MUX
  113. config MACH_OMAP_LDP
  114. bool "OMAP3 LDP board"
  115. depends on ARCH_OMAP3
  116. default y
  117. select OMAP_PACKAGE_CBB
  118. config MACH_OMAP3530_LV_SOM
  119. bool "OMAP3 Logic 3530 LV SOM board"
  120. depends on ARCH_OMAP3
  121. select OMAP_PACKAGE_CBB
  122. default y
  123. help
  124. Support for the LogicPD OMAP3530 SOM Development kit
  125. for full description please see the products webpage at
  126. http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap35x-development-kit
  127. config MACH_OMAP3_TORPEDO
  128. bool "OMAP3 Logic 35x Torpedo board"
  129. depends on ARCH_OMAP3
  130. select OMAP_PACKAGE_CBB
  131. default y
  132. help
  133. Support for the LogicPD OMAP35x Torpedo Development kit
  134. for full description please see the products webpage at
  135. http://www.logicpd.com/products/development-kits/zoom-omap35x-torpedo-development-kit
  136. config MACH_OVERO
  137. bool "Gumstix Overo board"
  138. depends on ARCH_OMAP3
  139. default y
  140. select OMAP_PACKAGE_CBB
  141. config MACH_OMAP3EVM
  142. bool "OMAP 3530 EVM board"
  143. depends on ARCH_OMAP3
  144. default y
  145. select OMAP_PACKAGE_CBB
  146. config MACH_OMAP3517EVM
  147. bool "OMAP3517/ AM3517 EVM board"
  148. depends on ARCH_OMAP3
  149. default y
  150. select OMAP_PACKAGE_CBB
  151. config MACH_CRANEBOARD
  152. bool "AM3517/05 CRANE board"
  153. depends on ARCH_OMAP3
  154. select OMAP_PACKAGE_CBB
  155. config MACH_OMAP3_PANDORA
  156. bool "OMAP3 Pandora"
  157. depends on ARCH_OMAP3
  158. default y
  159. select OMAP_PACKAGE_CBB
  160. config MACH_OMAP3_TOUCHBOOK
  161. bool "OMAP3 Touch Book"
  162. depends on ARCH_OMAP3
  163. default y
  164. select BACKLIGHT_CLASS_DEVICE
  165. config MACH_OMAP_3430SDP
  166. bool "OMAP 3430 SDP board"
  167. depends on ARCH_OMAP3
  168. default y
  169. select OMAP_PACKAGE_CBB
  170. config MACH_NOKIA_N800
  171. bool
  172. config MACH_NOKIA_N810
  173. bool
  174. config MACH_NOKIA_N810_WIMAX
  175. bool
  176. config MACH_NOKIA_N8X0
  177. bool "Nokia N800/N810"
  178. depends on ARCH_OMAP2420
  179. default y
  180. select OMAP_PACKAGE_ZAC
  181. select MACH_NOKIA_N800
  182. select MACH_NOKIA_N810
  183. select MACH_NOKIA_N810_WIMAX
  184. config MACH_NOKIA_RX51
  185. bool "Nokia RX-51 board"
  186. depends on ARCH_OMAP3
  187. default y
  188. select OMAP_PACKAGE_CBB
  189. config MACH_OMAP_ZOOM2
  190. bool "OMAP3 Zoom2 board"
  191. depends on ARCH_OMAP3
  192. default y
  193. select OMAP_PACKAGE_CBB
  194. select SERIAL_8250
  195. select SERIAL_CORE_CONSOLE
  196. select SERIAL_8250_CONSOLE
  197. config MACH_OMAP_ZOOM3
  198. bool "OMAP3630 Zoom3 board"
  199. depends on ARCH_OMAP3
  200. default y
  201. select OMAP_PACKAGE_CBP
  202. select SERIAL_8250
  203. select SERIAL_CORE_CONSOLE
  204. select SERIAL_8250_CONSOLE
  205. config MACH_CM_T35
  206. bool "CompuLab CM-T35 module"
  207. depends on ARCH_OMAP3
  208. default y
  209. select OMAP_PACKAGE_CUS
  210. select OMAP_MUX
  211. config MACH_CM_T3517
  212. bool "CompuLab CM-T3517 module"
  213. depends on ARCH_OMAP3
  214. default y
  215. select OMAP_PACKAGE_CBB
  216. select OMAP_MUX
  217. config MACH_IGEP0020
  218. bool "IGEP v2 board"
  219. depends on ARCH_OMAP3
  220. default y
  221. select OMAP_PACKAGE_CBB
  222. config MACH_IGEP0030
  223. bool "IGEP OMAP3 module"
  224. depends on ARCH_OMAP3
  225. default y
  226. select OMAP_PACKAGE_CBB
  227. config MACH_SBC3530
  228. bool "OMAP3 SBC STALKER board"
  229. depends on ARCH_OMAP3
  230. default y
  231. select OMAP_PACKAGE_CUS
  232. select OMAP_MUX
  233. config MACH_OMAP_3630SDP
  234. bool "OMAP3630 SDP board"
  235. depends on ARCH_OMAP3
  236. default y
  237. select OMAP_PACKAGE_CBP
  238. config MACH_OMAP_4430SDP
  239. bool "OMAP 4430 SDP board"
  240. default y
  241. depends on ARCH_OMAP4
  242. select OMAP_PACKAGE_CBL
  243. select OMAP_PACKAGE_CBS
  244. config MACH_OMAP4_PANDA
  245. bool "OMAP4 Panda Board"
  246. default y
  247. depends on ARCH_OMAP4
  248. select OMAP_PACKAGE_CBL
  249. select OMAP_PACKAGE_CBS
  250. config OMAP3_EMU
  251. bool "OMAP3 debugging peripherals"
  252. depends on ARCH_OMAP3
  253. select OC_ETM
  254. help
  255. Say Y here to enable debugging hardware of omap3
  256. config OMAP3_SDRC_AC_TIMING
  257. bool "Enable SDRC AC timing register changes"
  258. depends on ARCH_OMAP3
  259. default n
  260. help
  261. If you know that none of your system initiators will attempt to
  262. access SDRAM during CORE DVFS, select Y here. This should boost
  263. SDRAM performance at lower CORE OPPs. There are relatively few
  264. users who will wish to say yes at this point - almost everyone will
  265. wish to say no. Selecting yes without understanding what is
  266. going on could result in system crashes;
  267. endmenu
  268. endif