Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # arch/arm/mach-s3c2440/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2440
  7. bool
  8. depends on ARCH_S3C2410
  9. select CPU_ARM920T
  10. select S3C2410_CLOCK
  11. select S3C2410_PM if PM
  12. select S3C2410_GPIO
  13. select S3C2440_DMA if S3C2410_DMA
  14. select CPU_S3C244X
  15. select CPU_LLSERIAL_S3C2440
  16. help
  17. Support for S3C2440 Samsung Mobile CPU based systems.
  18. config S3C2440_DMA
  19. bool
  20. depends on ARCH_S3C2410 && CPU_S3C24405B
  21. help
  22. Support for S3C2440 specific DMA code5A
  23. menu "S3C2440 Machines"
  24. config MACH_ANUBIS
  25. bool "Simtec Electronics ANUBIS"
  26. select CPU_S3C2440
  27. select PM_SIMTEC if PM
  28. select HAVE_PATA_PLATFORM
  29. help
  30. Say Y here if you are using the Simtec Electronics ANUBIS
  31. development system
  32. config MACH_OSIRIS
  33. bool "Simtec IM2440D20 (OSIRIS) module"
  34. select CPU_S3C2440
  35. select PM_SIMTEC if PM
  36. help
  37. Say Y here if you are using the Simtec IM2440D20 module, also
  38. known as the Osiris.
  39. config MACH_RX3715
  40. bool "HP iPAQ rx3715"
  41. select CPU_S3C2440
  42. select PM_H1940 if PM
  43. help
  44. Say Y here if you are using the HP iPAQ rx3715.
  45. config ARCH_S3C2440
  46. bool "SMDK2440"
  47. select CPU_S3C2440
  48. select MACH_SMDK
  49. help
  50. Say Y here if you are using the SMDK2440.
  51. config MACH_NEXCODER_2440
  52. bool "NexVision NEXCODER 2440 Light Board"
  53. select CPU_S3C2440
  54. help
  55. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  56. config SMDK2440_CPU2440
  57. bool "SMDK2440 with S3C2440 CPU module"
  58. depends on ARCH_S3C2440
  59. default y if ARCH_S3C2440
  60. select CPU_S3C2440
  61. config MACH_AT2440EVB
  62. bool "Avantech AT2440EVB development board"
  63. select CPU_S3C2440
  64. help
  65. Say Y here if you are using the AT2440EVB development board
  66. endmenu