Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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 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. menu "S3C2410 Machines"
  41. config ARCH_SMDK2410
  42. bool "SMDK2410/A9M2410"
  43. select CPU_S3C2410
  44. select MACH_SMDK
  45. help
  46. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  47. <http://www.fsforth.de>
  48. config ARCH_H1940
  49. bool "IPAQ H1940"
  50. select CPU_S3C2410
  51. select PM_H1940 if PM
  52. help
  53. Say Y here if you are using the HP IPAQ H1940
  54. config PM_H1940
  55. bool
  56. help
  57. Internal node for H1940 and related PM
  58. config MACH_N30
  59. bool "Acer N30"
  60. select CPU_S3C2410
  61. help
  62. Say Y here if you are using the Acer N30
  63. config ARCH_BAST
  64. bool "Simtec Electronics BAST (EB2410ITX)"
  65. select CPU_S3C2410
  66. select PM_SIMTEC if PM
  67. select MACH_BAST_IDE
  68. select ISA
  69. help
  70. Say Y here if you are using the Simtec Electronics EB2410ITX
  71. development board (also known as BAST)
  72. config MACH_OTOM
  73. bool "NexVision OTOM Board"
  74. select CPU_S3C2410
  75. help
  76. Say Y here if you are using the Nex Vision OTOM board
  77. config MACH_AML_M5900
  78. bool "AML M5900 Series"
  79. select CPU_S3C2410
  80. select PM_SIMTEC if PM
  81. help
  82. Say Y here if you are using the American Microsystems M5900 Series
  83. <http://www.amltd.com>
  84. config BAST_PC104_IRQ
  85. bool "BAST PC104 IRQ support"
  86. depends on ARCH_BAST
  87. default y
  88. help
  89. Say Y here to enable the PC104 IRQ routing on the
  90. Simtec BAST (EB2410ITX)
  91. config MACH_TCT_HAMMER
  92. bool "TCT Hammer Board"
  93. select CPU_S3C2410
  94. help
  95. Say Y here if you are using the TinCanTools Hammer Board
  96. <http://www.tincantools.com>
  97. config MACH_VR1000
  98. bool "Thorcom VR1000"
  99. select PM_SIMTEC if PM
  100. select MACH_BAST_IDE
  101. select CPU_S3C2410
  102. help
  103. Say Y here if you are using the Thorcom VR1000 board.
  104. config MACH_QT2410
  105. bool "QT2410"
  106. select CPU_S3C2410
  107. help
  108. Say Y here if you are using the Armzone QT2410
  109. endmenu