Kconfig 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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. config MACH_OMAP3_BEAGLE
  50. bool "OMAP3 BEAGLE board"
  51. depends on ARCH_OMAP3
  52. select OMAP_PACKAGE_CBB
  53. config MACH_DEVKIT8000
  54. bool "DEVKIT8000 board"
  55. depends on ARCH_OMAP3
  56. select OMAP_PACKAGE_CUS
  57. select OMAP_MUX
  58. config MACH_OMAP_LDP
  59. bool "OMAP3 LDP board"
  60. depends on ARCH_OMAP3
  61. select OMAP_PACKAGE_CBB
  62. config MACH_OVERO
  63. bool "Gumstix Overo board"
  64. depends on ARCH_OMAP3
  65. select OMAP_PACKAGE_CBB
  66. config MACH_OMAP3EVM
  67. bool "OMAP 3530 EVM board"
  68. depends on ARCH_OMAP3
  69. select OMAP_PACKAGE_CBB
  70. config MACH_OMAP3517EVM
  71. bool "OMAP3517/ AM3517 EVM board"
  72. depends on ARCH_OMAP3
  73. select OMAP_PACKAGE_CBB
  74. config MACH_OMAP3_PANDORA
  75. bool "OMAP3 Pandora"
  76. depends on ARCH_OMAP3
  77. select OMAP_PACKAGE_CBB
  78. config MACH_OMAP3_TOUCHBOOK
  79. bool "OMAP3 Touch Book"
  80. depends on ARCH_OMAP3
  81. select BACKLIGHT_CLASS_DEVICE
  82. config MACH_OMAP_3430SDP
  83. bool "OMAP 3430 SDP board"
  84. depends on ARCH_OMAP3
  85. select OMAP_PACKAGE_CBB
  86. config MACH_NOKIA_N800
  87. bool
  88. config MACH_NOKIA_N810
  89. bool
  90. config MACH_NOKIA_N810_WIMAX
  91. bool
  92. config MACH_NOKIA_N8X0
  93. bool "Nokia N800/N810"
  94. depends on ARCH_OMAP2420
  95. select OMAP_PACKAGE_ZAC
  96. select MACH_NOKIA_N800
  97. select MACH_NOKIA_N810
  98. select MACH_NOKIA_N810_WIMAX
  99. config MACH_NOKIA_RX51
  100. bool "Nokia RX-51 board"
  101. depends on ARCH_OMAP3
  102. select OMAP_PACKAGE_CBB
  103. config MACH_OMAP_ZOOM2
  104. bool "OMAP3 Zoom2 board"
  105. depends on ARCH_OMAP3
  106. select OMAP_PACKAGE_CBB
  107. config MACH_OMAP_ZOOM3
  108. bool "OMAP3630 Zoom3 board"
  109. depends on ARCH_OMAP3
  110. select OMAP_PACKAGE_CBP
  111. config MACH_CM_T35
  112. bool "CompuLab CM-T35 module"
  113. depends on ARCH_OMAP3
  114. select OMAP_PACKAGE_CUS
  115. select OMAP_MUX
  116. config MACH_IGEP0020
  117. bool "IGEP v2 board"
  118. depends on ARCH_OMAP3
  119. select OMAP_PACKAGE_CBB
  120. config MACH_SBC3530
  121. bool "OMAP3 SBC STALKER board"
  122. depends on ARCH_OMAP3
  123. select OMAP_PACKAGE_CUS
  124. select OMAP_MUX
  125. config MACH_OMAP_3630SDP
  126. bool "OMAP3630 SDP board"
  127. depends on ARCH_OMAP3
  128. select OMAP_PACKAGE_CBP
  129. config MACH_OMAP_4430SDP
  130. bool "OMAP 4430 SDP board"
  131. depends on ARCH_OMAP4
  132. config OMAP3_EMU
  133. bool "OMAP3 debugging peripherals"
  134. depends on ARCH_OMAP3
  135. select OC_ETM
  136. help
  137. Say Y here to enable debugging hardware of omap3
  138. config OMAP3_SDRC_AC_TIMING
  139. bool "Enable SDRC AC timing register changes"
  140. depends on ARCH_OMAP3
  141. default n
  142. help
  143. If you know that none of your system initiators will attempt to
  144. access SDRAM during CORE DVFS, select Y here. This should boost
  145. SDRAM performance at lower CORE OPPs. There are relatively few
  146. users who will wish to say yes at this point - almost everyone will
  147. wish to say no. Selecting yes without understanding what is
  148. going on could result in system crashes;