Kconfig 6.9 KB

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