Kconfig 2.3 KB

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