Kconfig 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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 S3C2412_PM if PM
  10. select S3C2412_DMA if S3C2410_DMA
  11. help
  12. Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  13. config CPU_S3C2412_ONLY
  14. bool
  15. depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
  16. !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
  17. default y if CPU_S3C2412
  18. config S3C2412_DMA
  19. bool
  20. depends on CPU_S3C2412
  21. help
  22. Internal config node for S3C2412 DMA support
  23. config S3C2412_PM
  24. bool
  25. help
  26. Internal config node to apply S3C2412 power management
  27. menu "S3C2412 Machines"
  28. config MACH_SMDK2413
  29. bool "SMDK2413"
  30. select CPU_S3C2412
  31. select MACH_S3C2413
  32. select MACH_SMDK
  33. help
  34. Say Y here if you are using an SMDK2413
  35. config MACH_S3C2413
  36. bool
  37. help
  38. Internal node for S3C2413 version of SMDK2413, so that
  39. machine_is_s3c2413() will work when MACH_SMDK2413 is
  40. selected
  41. config MACH_SMDK2412
  42. bool "SMDK2412"
  43. select MACH_SMDK2413
  44. help
  45. Say Y here if you are using an SMDK2412
  46. Note, this shares support with SMDK2413, so will automatically
  47. select MACH_SMDK2413.
  48. config MACH_VSTMS
  49. bool "VMSTMS"
  50. select CPU_S3C2412
  51. help
  52. Say Y here if you are using an VSTMS board
  53. endmenu