Kconfig 474 B

12345678910111213141516171819202122232425262728
  1. # arch/arm/mach-s3c2442/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2442
  7. bool
  8. depends on ARCH_S3C2410
  9. select S3C2410_CLOCK
  10. select S3C2410_GPIO
  11. select S3C2410_PM if PM
  12. select CPU_S3C244X
  13. select CPU_LLSERIAL_S3C2440
  14. help
  15. Support for S3C2442 Samsung Mobile CPU based systems.
  16. menu "S3C2442 Machines"
  17. config SMDK2440_CPU2442
  18. bool "SMDM2440 with S3C2442 CPU module"
  19. depends on ARCH_S3C2440
  20. select CPU_S3C2442
  21. endmenu