Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. comment "OMAP Core Type"
  2. depends on ARCH_OMAP2
  3. config ARCH_OMAP2420
  4. bool "OMAP2420 support"
  5. depends on ARCH_OMAP2
  6. select OMAP_DM_TIMER
  7. select ARCH_OMAP_OTG
  8. config ARCH_OMAP2430
  9. bool "OMAP2430 support"
  10. depends on ARCH_OMAP2
  11. select ARCH_OMAP_OTG
  12. config ARCH_OMAP3430
  13. bool "OMAP3430 support"
  14. depends on ARCH_OMAP3
  15. select ARCH_OMAP_OTG
  16. config OMAP_PACKAGE_ZAF
  17. bool
  18. config OMAP_PACKAGE_ZAC
  19. bool
  20. config OMAP_PACKAGE_CBC
  21. bool
  22. config OMAP_PACKAGE_CBB
  23. bool
  24. config OMAP_PACKAGE_CUS
  25. bool
  26. config OMAP_PACKAGE_CBP
  27. bool
  28. comment "OMAP Board Type"
  29. depends on ARCH_OMAP2PLUS
  30. config MACH_OMAP_GENERIC
  31. bool "Generic OMAP board"
  32. depends on ARCH_OMAP2
  33. config MACH_OMAP2_TUSB6010
  34. bool
  35. depends on ARCH_OMAP2 && ARCH_OMAP2420
  36. default y if MACH_NOKIA_N8X0
  37. config MACH_OMAP_H4
  38. bool "OMAP 2420 H4 board"
  39. depends on ARCH_OMAP2
  40. select OMAP_PACKAGE_ZAF
  41. select OMAP_DEBUG_DEVICES
  42. config MACH_OMAP_APOLLON
  43. bool "OMAP 2420 Apollon board"
  44. depends on ARCH_OMAP2
  45. select OMAP_PACKAGE_ZAC
  46. config MACH_OMAP_2430SDP
  47. bool "OMAP 2430 SDP board"
  48. depends on ARCH_OMAP2
  49. select OMAP_PACKAGE_ZAC
  50. config MACH_OMAP3_BEAGLE
  51. bool "OMAP3 BEAGLE board"
  52. depends on ARCH_OMAP3
  53. select OMAP_PACKAGE_CBB
  54. config MACH_DEVKIT8000
  55. bool "DEVKIT8000 board"
  56. depends on ARCH_OMAP3
  57. select OMAP_PACKAGE_CUS
  58. select OMAP_MUX
  59. config MACH_OMAP_LDP
  60. bool "OMAP3 LDP board"
  61. depends on ARCH_OMAP3
  62. select OMAP_PACKAGE_CBB
  63. config MACH_OVERO
  64. bool "Gumstix Overo board"
  65. depends on ARCH_OMAP3
  66. select OMAP_PACKAGE_CBB
  67. config MACH_OMAP3EVM
  68. bool "OMAP 3530 EVM board"
  69. depends on ARCH_OMAP3
  70. select OMAP_PACKAGE_CBB
  71. config MACH_OMAP3517EVM
  72. bool "OMAP3517/ AM3517 EVM board"
  73. depends on ARCH_OMAP3
  74. select OMAP_PACKAGE_CBB
  75. config MACH_OMAP3_PANDORA
  76. bool "OMAP3 Pandora"
  77. depends on ARCH_OMAP3
  78. select OMAP_PACKAGE_CBB
  79. config MACH_OMAP3_TOUCHBOOK
  80. bool "OMAP3 Touch Book"
  81. depends on ARCH_OMAP3
  82. select BACKLIGHT_CLASS_DEVICE
  83. config MACH_OMAP_3430SDP
  84. bool "OMAP 3430 SDP board"
  85. depends on ARCH_OMAP3
  86. select OMAP_PACKAGE_CBB
  87. config MACH_NOKIA_N800
  88. bool
  89. config MACH_NOKIA_N810
  90. bool
  91. config MACH_NOKIA_N810_WIMAX
  92. bool
  93. config MACH_NOKIA_N8X0
  94. bool "Nokia N800/N810"
  95. depends on ARCH_OMAP2420
  96. select OMAP_PACKAGE_ZAC
  97. select MACH_NOKIA_N800
  98. select MACH_NOKIA_N810
  99. select MACH_NOKIA_N810_WIMAX
  100. config MACH_NOKIA_RX51
  101. bool "Nokia RX-51 board"
  102. depends on ARCH_OMAP3
  103. select OMAP_PACKAGE_CBB
  104. config MACH_OMAP_ZOOM2
  105. bool "OMAP3 Zoom2 board"
  106. depends on ARCH_OMAP3
  107. select OMAP_PACKAGE_CBB
  108. config MACH_OMAP_ZOOM3
  109. bool "OMAP3630 Zoom3 board"
  110. depends on ARCH_OMAP3
  111. select OMAP_PACKAGE_CBP
  112. config MACH_CM_T35
  113. bool "CompuLab CM-T35 module"
  114. depends on ARCH_OMAP3
  115. select OMAP_PACKAGE_CUS
  116. select OMAP_MUX
  117. config MACH_IGEP0020
  118. bool "IGEP v2 board"
  119. depends on ARCH_OMAP3
  120. select OMAP_PACKAGE_CBB
  121. config MACH_SBC3530
  122. bool "OMAP3 SBC STALKER board"
  123. depends on ARCH_OMAP3
  124. select OMAP_PACKAGE_CUS
  125. select OMAP_MUX
  126. config MACH_OMAP_3630SDP
  127. bool "OMAP3630 SDP board"
  128. depends on ARCH_OMAP3
  129. select OMAP_PACKAGE_CBP
  130. config MACH_OMAP_4430SDP
  131. bool "OMAP 4430 SDP board"
  132. depends on ARCH_OMAP4
  133. config OMAP3_EMU
  134. bool "OMAP3 debugging peripherals"
  135. depends on ARCH_OMAP3
  136. select OC_ETM
  137. help
  138. Say Y here to enable debugging hardware of omap3
  139. config OMAP3_SDRC_AC_TIMING
  140. bool "Enable SDRC AC timing register changes"
  141. depends on ARCH_OMAP3
  142. default n
  143. help
  144. If you know that none of your system initiators will attempt to
  145. access SDRAM during CORE DVFS, select Y here. This should boost
  146. SDRAM performance at lower CORE OPPs. There are relatively few
  147. users who will wish to say yes at this point - almost everyone will
  148. wish to say no. Selecting yes without understanding what is
  149. going on could result in system crashes;