Kconfig 3.3 KB

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