Kconfig 2.2 KB

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