Kconfig 1.9 KB

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