Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. select S3C24XX_GPIO_EXTRA64
  30. help
  31. Say Y here if you are using the Simtec Electronics ANUBIS
  32. development system
  33. config MACH_OSIRIS
  34. bool "Simtec IM2440D20 (OSIRIS) module"
  35. select CPU_S3C2440
  36. select PM_SIMTEC if PM
  37. select S3C24XX_GPIO_EXTRA128
  38. help
  39. Say Y here if you are using the Simtec IM2440D20 module, also
  40. known as the Osiris.
  41. config MACH_RX3715
  42. bool "HP iPAQ rx3715"
  43. select CPU_S3C2440
  44. select PM_H1940 if PM
  45. help
  46. Say Y here if you are using the HP iPAQ rx3715.
  47. config ARCH_S3C2440
  48. bool "SMDK2440"
  49. select CPU_S3C2440
  50. select MACH_SMDK
  51. help
  52. Say Y here if you are using the SMDK2440.
  53. config MACH_NEXCODER_2440
  54. bool "NexVision NEXCODER 2440 Light Board"
  55. select CPU_S3C2440
  56. help
  57. Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
  58. config SMDK2440_CPU2440
  59. bool "SMDK2440 with S3C2440 CPU module"
  60. depends on ARCH_S3C2440
  61. default y if ARCH_S3C2440
  62. select CPU_S3C2440
  63. config MACH_AT2440EVB
  64. bool "Avantech AT2440EVB development board"
  65. select CPU_S3C2440
  66. help
  67. Say Y here if you are using the AT2440EVB development board
  68. endmenu