Kconfig 733 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # arch/arm/mach-s3c2450/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2450
  7. bool
  8. depends on ARCH_S3C2410
  9. select S3C2450_PM if PM
  10. select S3C2450_DMA if S3C2410_DMA
  11. help
  12. Support for the S3C2450 SoC from the S3C24XX line
  13. config S3C2450_DMA
  14. bool
  15. depends on CPU_S3C2450
  16. help
  17. Internal config node for S3C2450 DMA support
  18. config S3C2450_PM
  19. bool
  20. help
  21. Internal config node to apply S3C2450 power management
  22. menu "S3C2450 Machines"
  23. config MACH_SMDK2450
  24. bool "SMDK2450"
  25. select CPU_S3C2450
  26. select MACH_SMDK
  27. help
  28. Say Y here if you are using an SMDK2450
  29. config MACH_FPGA2450
  30. bool "FPGA2450"
  31. depends on MACH_SMDK2450
  32. help
  33. Say Y here if you are using an FPGA2450
  34. endmenu