Kconfig 6.8 KB

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