Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2410
  5. bool
  6. depends on ARCH_S3C2410
  7. select CPU_ARM920T
  8. select S3C2410_CLOCK
  9. select CPU_LLSERIAL_S3C2410
  10. select S3C2410_PM if PM
  11. select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
  12. help
  13. Support for S3C2410 and S3C2410A family from the S3C24XX line
  14. of Samsung Mobile CPUs.
  15. config CPU_S3C2410_DMA
  16. bool
  17. depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
  18. default y if CPU_S3C2410 || CPU_S3C2442
  19. help
  20. DMA device selection for S3C2410 and compatible CPUs
  21. config S3C2410_PM
  22. bool
  23. help
  24. Power Management code common to S3C2410 and better
  25. config SIMTEC_NOR
  26. bool
  27. help
  28. Internal node to specify machine has simtec NOR mapping
  29. config MACH_BAST_IDE
  30. bool
  31. select HAVE_PATA_PLATFORM
  32. help
  33. Internal node for machines with an BAST style IDE
  34. interface
  35. # cpu frequency scaling support
  36. config S3C2410_CPUFREQ
  37. bool
  38. depends on CPU_FREQ_S3C24XX && CPU_S3C2410
  39. select S3C2410_CPUFREQ_UTILS
  40. help
  41. CPU Frequency scaling support for S3C2410
  42. config S3C2410_PLLTABLE
  43. bool
  44. depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
  45. default y
  46. help
  47. Select the PLL table for the S3C2410
  48. menu "S3C2410 Machines"
  49. config ARCH_SMDK2410
  50. bool "SMDK2410/A9M2410"
  51. select CPU_S3C2410
  52. select MACH_SMDK
  53. help
  54. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  55. <http://www.fsforth.de>
  56. config ARCH_H1940
  57. bool "IPAQ H1940"
  58. select CPU_S3C2410
  59. select PM_H1940 if PM
  60. select S3C_DEV_USB_HOST
  61. select S3C_DEV_NAND
  62. select S3C2410_SETUP_TS
  63. help
  64. Say Y here if you are using the HP IPAQ H1940
  65. config H1940BT
  66. tristate "Control the state of H1940 bluetooth chip"
  67. depends on ARCH_H1940
  68. select RFKILL
  69. help
  70. This is a simple driver that is able to control
  71. the state of built in bluetooth chip on h1940.
  72. config PM_H1940
  73. bool
  74. help
  75. Internal node for H1940 and related PM
  76. config MACH_N30
  77. bool "Acer N30 family"
  78. select CPU_S3C2410
  79. select MACH_N35
  80. select S3C_DEV_USB_HOST
  81. select S3C_DEV_NAND
  82. help
  83. Say Y here if you want suppt for the Acer N30, Acer N35,
  84. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  85. config MACH_N35
  86. bool
  87. help
  88. Internal node in order to enable support for Acer N35 if Acer N30 is
  89. selected.
  90. config ARCH_BAST
  91. bool "Simtec Electronics BAST (EB2410ITX)"
  92. select CPU_S3C2410
  93. select S3C2410_IOTIMING if S3C2410_CPUFREQ
  94. select PM_SIMTEC if PM
  95. select SIMTEC_NOR
  96. select MACH_BAST_IDE
  97. select S3C24XX_DCLK
  98. select ISA
  99. select S3C_DEV_HWMON
  100. select S3C_DEV_USB_HOST
  101. select S3C_DEV_NAND
  102. help
  103. Say Y here if you are using the Simtec Electronics EB2410ITX
  104. development board (also known as BAST)
  105. config MACH_OTOM
  106. bool "NexVision OTOM Board"
  107. select CPU_S3C2410
  108. select S3C_DEV_USB_HOST
  109. select S3C_DEV_NAND
  110. help
  111. Say Y here if you are using the Nex Vision OTOM board
  112. config MACH_AML_M5900
  113. bool "AML M5900 Series"
  114. select CPU_S3C2410
  115. select PM_SIMTEC if PM
  116. select S3C_DEV_USB_HOST
  117. help
  118. Say Y here if you are using the American Microsystems M5900 Series
  119. <http://www.amltd.com>
  120. config BAST_PC104_IRQ
  121. bool "BAST PC104 IRQ support"
  122. depends on ARCH_BAST
  123. default y
  124. help
  125. Say Y here to enable the PC104 IRQ routing on the
  126. Simtec BAST (EB2410ITX)
  127. config MACH_TCT_HAMMER
  128. bool "TCT Hammer Board"
  129. select CPU_S3C2410
  130. select S3C_DEV_USB_HOST
  131. help
  132. Say Y here if you are using the TinCanTools Hammer Board
  133. <http://www.tincantools.com>
  134. config MACH_VR1000
  135. bool "Thorcom VR1000"
  136. select PM_SIMTEC if PM
  137. select S3C24XX_DCLK
  138. select SIMTEC_NOR
  139. select MACH_BAST_IDE
  140. select CPU_S3C2410
  141. select S3C_DEV_USB_HOST
  142. help
  143. Say Y here if you are using the Thorcom VR1000 board.
  144. config MACH_QT2410
  145. bool "QT2410"
  146. select CPU_S3C2410
  147. select S3C_DEV_USB_HOST
  148. select S3C_DEV_NAND
  149. help
  150. Say Y here if you are using the Armzone QT2410
  151. endmenu