Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. if ARCH_OMAP1
  2. menu "TI OMAP1 specific features"
  3. comment "OMAP Core Type"
  4. depends on ARCH_OMAP1
  5. config ARCH_OMAP730
  6. depends on ARCH_OMAP1
  7. bool "OMAP730 Based System"
  8. select CPU_ARM926T
  9. select OMAP_MPU_TIMER
  10. select ARCH_OMAP_OTG
  11. config ARCH_OMAP850
  12. depends on ARCH_OMAP1
  13. bool "OMAP850 Based System"
  14. select CPU_ARM926T
  15. select ARCH_OMAP_OTG
  16. config ARCH_OMAP15XX
  17. depends on ARCH_OMAP1
  18. default y
  19. bool "OMAP15xx Based System"
  20. select CPU_ARM925T
  21. select OMAP_MPU_TIMER
  22. config ARCH_OMAP16XX
  23. depends on ARCH_OMAP1
  24. bool "OMAP16xx Based System"
  25. select CPU_ARM926T
  26. select ARCH_OMAP_OTG
  27. comment "OMAP Board Type"
  28. depends on ARCH_OMAP1
  29. config MACH_OMAP_INNOVATOR
  30. bool "TI Innovator"
  31. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  32. help
  33. TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
  34. have such a board.
  35. config MACH_OMAP_H2
  36. bool "TI H2 Support"
  37. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  38. help
  39. TI OMAP 1610/1611B H2 board support. Say Y here if you have such
  40. a board.
  41. config MACH_OMAP_H3
  42. bool "TI H3 Support"
  43. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  44. help
  45. TI OMAP 1710 H3 board support. Say Y here if you have such
  46. a board.
  47. config MACH_OMAP_HTCWIZARD
  48. bool "HTC Wizard"
  49. depends on ARCH_OMAP850
  50. help
  51. HTC Wizard smartphone support (AKA QTEK 9100, ...)
  52. config MACH_HERALD
  53. bool "HTC Herald"
  54. depends on ARCH_OMAP850
  55. help
  56. HTC Herald smartphone support (AKA T-Mobile Wing, ...)
  57. config MACH_OMAP_OSK
  58. bool "TI OSK Support"
  59. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  60. help
  61. TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
  62. if you have such a board.
  63. config OMAP_OSK_MISTRAL
  64. bool "Mistral QVGA board Support"
  65. depends on MACH_OMAP_OSK
  66. help
  67. The OSK supports an optional add-on board with a Quarter-VGA
  68. touchscreen, PDA-ish buttons, a resume button, bicolor LED,
  69. and camera connector. Say Y here if you have this board.
  70. config MACH_OMAP_PERSEUS2
  71. bool "TI Perseus2"
  72. depends on ARCH_OMAP1 && ARCH_OMAP730
  73. help
  74. Support for TI OMAP 730 Perseus2 board. Say Y here if you have such
  75. a board.
  76. config MACH_OMAP_FSAMPLE
  77. bool "TI F-Sample"
  78. depends on ARCH_OMAP1 && ARCH_OMAP730
  79. help
  80. Support for TI OMAP 850 F-Sample board. Say Y here if you have such
  81. a board.
  82. config MACH_VOICEBLUE
  83. bool "Voiceblue"
  84. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  85. help
  86. Support for Voiceblue GSM/VoIP gateway. Say Y here if you have
  87. such a board.
  88. config MACH_OMAP_PALMTE
  89. bool "Palm Tungsten E"
  90. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  91. help
  92. Support for the Palm Tungsten E PDA. To boot the kernel, you'll
  93. need a PalmOS compatible bootloader; check out
  94. http://palmtelinux.sourceforge.net/ for more information.
  95. Say Y here if you have this PDA model, say N otherwise.
  96. config MACH_OMAP_PALMZ71
  97. bool "Palm Zire71"
  98. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  99. help
  100. Support for the Palm Zire71 PDA. To boot the kernel,
  101. you'll need a PalmOS compatible bootloader; check out
  102. http://hackndev.com/palm/z71 for more information.
  103. Say Y here if you have such a PDA, say N otherwise.
  104. config MACH_OMAP_PALMTT
  105. bool "Palm Tungsten|T"
  106. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  107. help
  108. Support for the Palm Tungsten|T PDA. To boot the kernel, you'll
  109. need a PalmOS compatible bootloader (Garux); check out
  110. http://garux.sourceforge.net/ for more information.
  111. Say Y here if you have this PDA model, say N otherwise.
  112. config MACH_SX1
  113. bool "Siemens SX1"
  114. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  115. help
  116. Support for the Siemens SX1 phone. To boot the kernel,
  117. you'll need a SX1 compatible bootloader; check out
  118. http://forum.oslik.ru and
  119. http://www.handhelds.org/moin/moin.cgi/SiemensSX1
  120. for more information.
  121. Say Y here if you have such a phone, say NO otherwise.
  122. config MACH_NOKIA770
  123. bool "Nokia 770"
  124. depends on ARCH_OMAP1 && ARCH_OMAP16XX
  125. help
  126. Support for the Nokia 770 Internet Tablet. Say Y here if you
  127. have such a device.
  128. config MACH_AMS_DELTA
  129. bool "Amstrad E3 (Delta)"
  130. depends on ARCH_OMAP1 && ARCH_OMAP15XX
  131. select FIQ
  132. help
  133. Support for the Amstrad E3 (codename Delta) videophone. Say Y here
  134. if you have such a device.
  135. config MACH_OMAP_GENERIC
  136. bool "Generic OMAP board"
  137. depends on ARCH_OMAP1 && (ARCH_OMAP15XX || ARCH_OMAP16XX)
  138. help
  139. Support for generic OMAP-1510, 1610 or 1710 board with
  140. no FPGA. Can be used as template for porting Linux to
  141. custom OMAP boards. Say Y here if you have a custom
  142. board.
  143. endmenu
  144. endif