Kconfig 3.4 KB

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