Kconfig 2.8 KB

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