Kconfig 1.3 KB

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