Kconfig 780 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 CPU_ARM920T
  10. select S3C2410_CLOCK
  11. select S3C2410_GPIO
  12. select S3C2410_PM if PM
  13. select CPU_S3C244X
  14. select CPU_LLSERIAL_S3C2440
  15. help
  16. Support for S3C2442 Samsung Mobile CPU based systems.
  17. menu "S3C2442 Machines"
  18. config SMDK2440_CPU2442
  19. bool "SMDM2440 with S3C2442 CPU module"
  20. depends on ARCH_S3C2440
  21. select CPU_S3C2442
  22. config MACH_NEO1973_GTA02
  23. bool "Openmoko GTA02 / Freerunner phone"
  24. select CPU_S3C2442
  25. select MFD_PCF50633
  26. select PCF50633_GPIO
  27. select I2C
  28. select POWER_SUPPLY
  29. select MACH_NEO1973
  30. select S3C2410_PWM
  31. help
  32. Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
  33. endmenu