Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # arch/arm/mach-s3c2410/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2410
  7. bool
  8. depends on ARCH_S3C2410
  9. select S3C2410_CLOCK
  10. select S3C2410_GPIO
  11. select CPU_LLSERIAL_S3C2410
  12. select S3C2410_PM if PM
  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 S3C2410_CLOCK
  31. bool
  32. help
  33. Clock code for the S3C2410, and similar processors
  34. config SIMTEC_NOR
  35. bool
  36. help
  37. Internal node to specify machine has simtec NOR mapping
  38. config MACH_BAST_IDE
  39. bool
  40. select HAVE_PATA_PLATFORM
  41. help
  42. Internal node for machines with an BAST style IDE
  43. interface
  44. menu "S3C2410 Machines"
  45. config ARCH_SMDK2410
  46. bool "SMDK2410/A9M2410"
  47. select CPU_S3C2410
  48. select MACH_SMDK
  49. help
  50. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  51. <http://www.fsforth.de>
  52. config ARCH_H1940
  53. bool "IPAQ H1940"
  54. select CPU_S3C2410
  55. select PM_H1940 if PM
  56. help
  57. Say Y here if you are using the HP IPAQ H1940
  58. config PM_H1940
  59. bool
  60. help
  61. Internal node for H1940 and related PM
  62. config MACH_N30
  63. bool "Acer N30"
  64. select CPU_S3C2410
  65. help
  66. Say Y here if you are using the Acer N30
  67. config ARCH_BAST
  68. bool "Simtec Electronics BAST (EB2410ITX)"
  69. select CPU_S3C2410
  70. select PM_SIMTEC if PM
  71. select SIMTEC_NOR
  72. select MACH_BAST_IDE
  73. select ISA
  74. help
  75. Say Y here if you are using the Simtec Electronics EB2410ITX
  76. development board (also known as BAST)
  77. config MACH_OTOM
  78. bool "NexVision OTOM Board"
  79. select CPU_S3C2410
  80. help
  81. Say Y here if you are using the Nex Vision OTOM board
  82. config MACH_AML_M5900
  83. bool "AML M5900 Series"
  84. select CPU_S3C2410
  85. select PM_SIMTEC if PM
  86. help
  87. Say Y here if you are using the American Microsystems M5900 Series
  88. <http://www.amltd.com>
  89. config BAST_PC104_IRQ
  90. bool "BAST PC104 IRQ support"
  91. depends on ARCH_BAST
  92. default y
  93. help
  94. Say Y here to enable the PC104 IRQ routing on the
  95. Simtec BAST (EB2410ITX)
  96. config MACH_TCT_HAMMER
  97. bool "TCT Hammer Board"
  98. select CPU_S3C2410
  99. help
  100. Say Y here if you are using the TinCanTools Hammer Board
  101. <http://www.tincantools.com>
  102. config MACH_VR1000
  103. bool "Thorcom VR1000"
  104. select PM_SIMTEC if PM
  105. select SIMTEC_NOR
  106. select MACH_BAST_IDE
  107. select CPU_S3C2410
  108. help
  109. Say Y here if you are using the Thorcom VR1000 board.
  110. config MACH_QT2410
  111. bool "QT2410"
  112. select CPU_S3C2410
  113. help
  114. Say Y here if you are using the Armzone QT2410
  115. endmenu