Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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_SMDK2413
  31. bool "SMDK2413"
  32. select CPU_S3C2412
  33. select MACH_S3C2413
  34. select MACH_SMDK
  35. help
  36. Say Y here if you are using an SMDK2413
  37. config MACH_S3C2413
  38. bool
  39. help
  40. Internal node for S3C2413 version of SMDK2413, so that
  41. machine_is_s3c2413() will work when MACH_SMDK2413 is
  42. selected
  43. config MACH_SMDK2412
  44. bool "SMDK2412"
  45. select MACH_SMDK2413
  46. help
  47. Say Y here if you are using an SMDK2412
  48. Note, this shares support with SMDK2413, so will automatically
  49. select MACH_SMDK2413.
  50. config MACH_VSTMS
  51. bool "VMSTMS"
  52. select CPU_S3C2412
  53. help
  54. Say Y here if you are using an VSTMS board
  55. endmenu