Kconfig 445 B

123456789101112131415161718192021222324252627
  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. help
  14. Support for S3C2442 Samsung Mobile CPU based systems.
  15. menu "S3C2442 Machines"
  16. config SMDK2440_CPU2442
  17. bool "SMDM2440 with S3C2442 CPU module"
  18. depends on ARCH_S3C2440
  19. select CPU_S3C2442
  20. endmenu