Kconfig 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 S3C2410_PM if PM
  12. help
  13. Support for S3C2410 and S3C2410A family from the S3C24XX line
  14. of Samsung Mobile CPUs.
  15. config CPU_S3C2410_DMA
  16. bool
  17. depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
  18. default y if CPU_S3C2410 || CPU_S3C2442
  19. help
  20. DMA device selection for S3C2410 and compatible CPUs
  21. config S3C2410_PM
  22. bool
  23. help
  24. Power Management code common to S3C2410 and better
  25. config S3C2410_GPIO
  26. bool
  27. help
  28. GPIO code for S3C2410 and similar processors
  29. config S3C2410_CLOCK
  30. bool
  31. help
  32. Clock code for the S3C2410, and similar processors
  33. menu "S3C2410 Machines"
  34. config ARCH_SMDK2410
  35. bool "SMDK2410/A9M2410"
  36. select CPU_S3C2410
  37. select MACH_SMDK
  38. help
  39. Say Y here if you are using the SMDK2410 or the derived module A9M2410
  40. <http://www.fsforth.de>
  41. config ARCH_H1940
  42. bool "IPAQ H1940"
  43. select CPU_S3C2410
  44. select PM_H1940 if PM
  45. help
  46. Say Y here if you are using the HP IPAQ H1940
  47. config PM_H1940
  48. bool
  49. help
  50. Internal node for H1940 and related PM
  51. config MACH_N30
  52. bool "Acer N30"
  53. select CPU_S3C2410
  54. help
  55. Say Y here if you are using the Acer N30
  56. config ARCH_BAST
  57. bool "Simtec Electronics BAST (EB2410ITX)"
  58. select CPU_S3C2410
  59. select PM_SIMTEC if PM
  60. select ISA
  61. help
  62. Say Y here if you are using the Simtec Electronics EB2410ITX
  63. development board (also known as BAST)
  64. config MACH_OTOM
  65. bool "NexVision OTOM Board"
  66. select CPU_S3C2410
  67. help
  68. Say Y here if you are using the Nex Vision OTOM board
  69. config MACH_AML_M5900
  70. bool "AML M5900 Series"
  71. select CPU_S3C2410
  72. select PM_SIMTEC if PM
  73. help
  74. Say Y here if you are using the American Microsystems M5900 Series
  75. <http://www.amltd.com>
  76. config BAST_PC104_IRQ
  77. bool "BAST PC104 IRQ support"
  78. depends on ARCH_BAST
  79. default y
  80. help
  81. Say Y here to enable the PC104 IRQ routing on the
  82. Simtec BAST (EB2410ITX)
  83. config MACH_VR1000
  84. bool "Thorcom VR1000"
  85. select PM_SIMTEC if PM
  86. select CPU_S3C2410
  87. help
  88. Say Y here if you are using the Thorcom VR1000 board.
  89. config MACH_QT2410
  90. bool "QT2410"
  91. select CPU_S3C2410
  92. help
  93. Say Y here if you are using the Armzone QT2410
  94. endmenu