Kconfig 3.7 KB

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