Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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 family"
  64. select CPU_S3C2410
  65. help
  66. Say Y here if you want suppt for the Acer N30, Acer N35,
  67. Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
  68. config ARCH_BAST
  69. bool "Simtec Electronics BAST (EB2410ITX)"
  70. select CPU_S3C2410
  71. select PM_SIMTEC if PM
  72. select SIMTEC_NOR
  73. select MACH_BAST_IDE
  74. select ISA
  75. help
  76. Say Y here if you are using the Simtec Electronics EB2410ITX
  77. development board (also known as BAST)
  78. config MACH_OTOM
  79. bool "NexVision OTOM Board"
  80. select CPU_S3C2410
  81. help
  82. Say Y here if you are using the Nex Vision OTOM board
  83. config MACH_AML_M5900
  84. bool "AML M5900 Series"
  85. select CPU_S3C2410
  86. select PM_SIMTEC if PM
  87. help
  88. Say Y here if you are using the American Microsystems M5900 Series
  89. <http://www.amltd.com>
  90. config BAST_PC104_IRQ
  91. bool "BAST PC104 IRQ support"
  92. depends on ARCH_BAST
  93. default y
  94. help
  95. Say Y here to enable the PC104 IRQ routing on the
  96. Simtec BAST (EB2410ITX)
  97. config MACH_TCT_HAMMER
  98. bool "TCT Hammer Board"
  99. select CPU_S3C2410
  100. help
  101. Say Y here if you are using the TinCanTools Hammer Board
  102. <http://www.tincantools.com>
  103. config MACH_VR1000
  104. bool "Thorcom VR1000"
  105. select PM_SIMTEC if PM
  106. select SIMTEC_NOR
  107. select MACH_BAST_IDE
  108. select CPU_S3C2410
  109. help
  110. Say Y here if you are using the Thorcom VR1000 board.
  111. config MACH_QT2410
  112. bool "QT2410"
  113. select CPU_S3C2410
  114. help
  115. Say Y here if you are using the Armzone QT2410
  116. endmenu