Kconfig 744 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Copyright 2007 Simtec Electronics
  2. #
  3. # Licensed under GPLv2
  4. config CPU_S3C2442
  5. bool
  6. depends on ARCH_S3C2410
  7. select CPU_ARM920T
  8. select S3C2410_CLOCK
  9. select S3C2410_GPIO
  10. select S3C2410_PM if PM
  11. select CPU_S3C244X
  12. select CPU_LLSERIAL_S3C2440
  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. config MACH_NEO1973_GTA02
  21. bool "Openmoko GTA02 / Freerunner phone"
  22. select CPU_S3C2442
  23. select MFD_PCF50633
  24. select PCF50633_GPIO
  25. select I2C
  26. select POWER_SUPPLY
  27. select MACH_NEO1973
  28. select S3C2410_PWM
  29. help
  30. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  31. endmenu