Kconfig 3.5 KB

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