Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 S3C2410_CLOCK
  10. select S3C2410_PM if PM
  11. select S3C2410_GPIO
  12. select S3C2440_DMA if S3C2410_DMA
  13. select CPU_S3C244X
  14. select CPU_LLSERIAL_S3C2440
  15. help
  16. Support for S3C2440 Samsung Mobile CPU based systems.
  17. config S3C2440_DMA
  18. bool
  19. depends on ARCH_S3C2410 && CPU_S3C24405B
  20. help
  21. Support for S3C2440 specific DMA code5A
  22. menu "S3C2440 Machines"
  23. config MACH_ANUBIS
  24. bool "Simtec Electronics ANUBIS"
  25. select CPU_S3C2440
  26. select PM_SIMTEC if PM
  27. help
  28. Say Y here if you are using the Simtec Electronics ANUBIS
  29. development system
  30. config MACH_OSIRIS
  31. bool "Simtec IM2440D20 (OSIRIS) module"
  32. select CPU_S3C2440
  33. select PM_SIMTEC if PM
  34. help
  35. Say Y here if you are using the Simtec IM2440D20 module, also
  36. known as the Osiris.
  37. config MACH_RX3715
  38. bool "HP iPAQ rx3715"
  39. select CPU_S3C2440
  40. select PM_H1940 if PM
  41. help
  42. Say Y here if you are using the HP iPAQ rx3715.
  43. config ARCH_S3C2440
  44. bool "SMDK2440"
  45. select CPU_S3C2440
  46. select MACH_SMDK
  47. help
  48. Say Y here if you are using the SMDK2440.
  49. config MACH_NEXCODER_2440
  50. bool "NexVision NEXCODER 2440 Light Board"
  51. select CPU_S3C2440
  52. help
  53. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  54. config SMDK2440_CPU2440
  55. bool "SMDK2440 with S3C2440 CPU module"
  56. depends on ARCH_S3C2440
  57. default y if ARCH_S3C2440
  58. select CPU_S3C2440
  59. endmenu