Kconfig 1.4 KB

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