Kconfig 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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_OMAP3_PANDORA
  152. bool "OMAP3 Pandora"
  153. depends on ARCH_OMAP3
  154. default y
  155. select OMAP_PACKAGE_CBB
  156. config MACH_OMAP3_TOUCHBOOK
  157. bool "OMAP3 Touch Book"
  158. depends on ARCH_OMAP3
  159. default y
  160. select BACKLIGHT_CLASS_DEVICE
  161. config MACH_OMAP_3430SDP
  162. bool "OMAP 3430 SDP board"
  163. depends on ARCH_OMAP3
  164. default y
  165. select OMAP_PACKAGE_CBB
  166. config MACH_NOKIA_N800
  167. bool
  168. config MACH_NOKIA_N810
  169. bool
  170. config MACH_NOKIA_N810_WIMAX
  171. bool
  172. config MACH_NOKIA_N8X0
  173. bool "Nokia N800/N810"
  174. depends on ARCH_OMAP2420
  175. default y
  176. select OMAP_PACKAGE_ZAC
  177. select MACH_NOKIA_N800
  178. select MACH_NOKIA_N810
  179. select MACH_NOKIA_N810_WIMAX
  180. config MACH_NOKIA_RX51
  181. bool "Nokia RX-51 board"
  182. depends on ARCH_OMAP3
  183. default y
  184. select OMAP_PACKAGE_CBB
  185. config MACH_OMAP_ZOOM2
  186. bool "OMAP3 Zoom2 board"
  187. depends on ARCH_OMAP3
  188. default y
  189. select OMAP_PACKAGE_CBB
  190. select SERIAL_8250
  191. select SERIAL_CORE_CONSOLE
  192. select SERIAL_8250_CONSOLE
  193. config MACH_OMAP_ZOOM3
  194. bool "OMAP3630 Zoom3 board"
  195. depends on ARCH_OMAP3
  196. default y
  197. select OMAP_PACKAGE_CBP
  198. select SERIAL_8250
  199. select SERIAL_CORE_CONSOLE
  200. select SERIAL_8250_CONSOLE
  201. config MACH_CM_T35
  202. bool "CompuLab CM-T35 module"
  203. depends on ARCH_OMAP3
  204. default y
  205. select OMAP_PACKAGE_CUS
  206. select OMAP_MUX
  207. config MACH_CM_T3517
  208. bool "CompuLab CM-T3517 module"
  209. depends on ARCH_OMAP3
  210. default y
  211. select OMAP_PACKAGE_CBB
  212. select OMAP_MUX
  213. config MACH_IGEP0020
  214. bool "IGEP v2 board"
  215. depends on ARCH_OMAP3
  216. default y
  217. select OMAP_PACKAGE_CBB
  218. config MACH_IGEP0030
  219. bool "IGEP OMAP3 module"
  220. depends on ARCH_OMAP3
  221. default y
  222. select OMAP_PACKAGE_CBB
  223. config MACH_SBC3530
  224. bool "OMAP3 SBC STALKER board"
  225. depends on ARCH_OMAP3
  226. default y
  227. select OMAP_PACKAGE_CUS
  228. select OMAP_MUX
  229. config MACH_OMAP_3630SDP
  230. bool "OMAP3630 SDP board"
  231. depends on ARCH_OMAP3
  232. default y
  233. select OMAP_PACKAGE_CBP
  234. config MACH_OMAP_4430SDP
  235. bool "OMAP 4430 SDP board"
  236. default y
  237. depends on ARCH_OMAP4
  238. select OMAP_PACKAGE_CBL
  239. select OMAP_PACKAGE_CBS
  240. config MACH_OMAP4_PANDA
  241. bool "OMAP4 Panda Board"
  242. default y
  243. depends on ARCH_OMAP4
  244. select OMAP_PACKAGE_CBL
  245. select OMAP_PACKAGE_CBS
  246. config OMAP3_EMU
  247. bool "OMAP3 debugging peripherals"
  248. depends on ARCH_OMAP3
  249. select OC_ETM
  250. help
  251. Say Y here to enable debugging hardware of omap3
  252. config OMAP3_SDRC_AC_TIMING
  253. bool "Enable SDRC AC timing register changes"
  254. depends on ARCH_OMAP3
  255. default n
  256. help
  257. If you know that none of your system initiators will attempt to
  258. access SDRAM during CORE DVFS, select Y here. This should boost
  259. SDRAM performance at lower CORE OPPs. There are relatively few
  260. users who will wish to say yes at this point - almost everyone will
  261. wish to say no. Selecting yes without understanding what is
  262. going on could result in system crashes;
  263. endmenu
  264. endif