Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. # arch/arm/plat-s3c24xx/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config PLAT_S3C24XX
  7. bool
  8. depends on ARCH_S3C2410
  9. default y
  10. help
  11. Base platform code for any Samsung S3C device
  12. config CPU_S3C244X
  13. bool
  14. depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
  15. help
  16. Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
  17. config PM_SIMTEC
  18. bool
  19. help
  20. Common power management code for systems that are
  21. compatible with the Simtec style of power management
  22. config S3C2410_BOOT_WATCHDOG
  23. bool "S3C2410 Initialisation watchdog"
  24. depends on ARCH_S3C2410 && S3C2410_WATCHDOG
  25. help
  26. Say y to enable the watchdog during the kernel decompression
  27. stage. If the kernel fails to uncompress, then the watchdog
  28. will trigger a reset and the system should restart.
  29. config S3C2410_BOOT_ERROR_RESET
  30. bool "S3C2410 Reboot on decompression error"
  31. depends on ARCH_S3C2410
  32. help
  33. Say y here to use the watchdog to reset the system if the
  34. kernel decompressor detects an error during decompression.
  35. config S3C2410_PM_DEBUG
  36. bool "S3C2410 PM Suspend debug"
  37. depends on ARCH_S3C2410 && PM
  38. help
  39. Say Y here if you want verbose debugging from the PM Suspend and
  40. Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>
  41. for more information.
  42. config S3C2410_PM_CHECK
  43. bool "S3C2410 PM Suspend Memory CRC"
  44. depends on ARCH_S3C2410 && PM && CRC32
  45. help
  46. Enable the PM code's memory area checksum over sleep. This option
  47. will generate CRCs of all blocks of memory, and store them before
  48. going to sleep. The blocks are then checked on resume for any
  49. errors.
  50. config S3C2410_PM_CHECK_CHUNKSIZE
  51. int "S3C2410 PM Suspend CRC Chunksize (KiB)"
  52. depends on ARCH_S3C2410 && PM && S3C2410_PM_CHECK
  53. default 64
  54. help
  55. Set the chunksize in Kilobytes of the CRC for checking memory
  56. corruption over suspend and resume. A smaller value will mean that
  57. the CRC data block will take more memory, but wil identify any
  58. faults with better precision.
  59. config S3C2410_LOWLEVEL_UART_PORT
  60. int "S3C2410 UART to use for low-level messages"
  61. default 0
  62. help
  63. Choice of which UART port to use for the low-level messages,
  64. such as the `Uncompressing...` at start time. The value of
  65. this configuration should be between zero and two. The port
  66. must have been initialised by the boot-loader before use.
  67. config S3C2410_DMA
  68. bool "S3C2410 DMA support"
  69. depends on ARCH_S3C2410
  70. help
  71. S3C2410 DMA support. This is needed for drivers like sound which
  72. use the S3C2410's DMA system to move data to and from the
  73. peripheral blocks.
  74. config S3C2410_DMA_DEBUG
  75. bool "S3C2410 DMA support debug"
  76. depends on ARCH_S3C2410 && S3C2410_DMA
  77. help
  78. Enable debugging output for the DMA code. This option sends info
  79. to the kernel log, at priority KERN_DEBUG.
  80. config MACH_SMDK
  81. bool
  82. help
  83. Common machine code for SMDK2410 and SMDK2440