Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # arch/arm/mach-s3c2412/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2412
  7. bool
  8. depends on ARCH_S3C2410
  9. select CPU_LLSERIAL_S3C2440
  10. select S3C2412_PM if PM
  11. select S3C2412_DMA if S3C2410_DMA
  12. select S3C2410_GPIO
  13. help
  14. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  15. config CPU_S3C2412_ONLY
  16. bool
  17. depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
  18. !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
  19. default y if CPU_S3C2412
  20. config S3C2412_DMA
  21. bool
  22. depends on CPU_S3C2412
  23. help
  24. Internal config node for S3C2412 DMA support
  25. config S3C2412_PM
  26. bool
  27. help
  28. Internal config node to apply S3C2412 power management
  29. menu "S3C2412 Machines"
  30. config MACH_JIVE
  31. bool "Logitech Jive"
  32. select CPU_S3C2412
  33. help
  34. Say Y here if you are using the Logitech Jive.
  35. config MACH_JIVE_SHOW_BOOTLOADER
  36. bool "Allow access to bootloader partitions in MTD"
  37. depends on MACH_JIVE && EXPERIMENTAL
  38. config MACH_SMDK2413
  39. bool "SMDK2413"
  40. select CPU_S3C2412
  41. select MACH_S3C2413
  42. select MACH_SMDK
  43. help
  44. Say Y here if you are using an SMDK2413
  45. config MACH_S3C2413
  46. bool
  47. help
  48. Internal node for S3C2413 version of SMDK2413, so that
  49. machine_is_s3c2413() will work when MACH_SMDK2413 is
  50. selected
  51. config MACH_SMDK2412
  52. bool "SMDK2412"
  53. select MACH_SMDK2413
  54. help
  55. Say Y here if you are using an SMDK2412
  56. Note, this shares support with SMDK2413, so will automatically
  57. select MACH_SMDK2413.
  58. config MACH_VSTMS
  59. bool "VMSTMS"
  60. select CPU_S3C2412
  61. help
  62. Say Y here if you are using an VSTMS board
  63. endmenu