Kconfig 1.7 KB

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