Kconfig 765 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # arch/arm/mach-s3c2416/Kconfig
  2. #
  3. # Copyright 2007 Simtec Electronics
  4. #
  5. # Licensed under GPLv2
  6. config CPU_S3C2416
  7. bool
  8. depends on ARCH_S3C2410
  9. select S3C2416_PM if PM
  10. select S3C2416_DMA if S3C2410_DMA
  11. help
  12. Support for the S3C2416 SoC from the S3C24XX line
  13. config S3C2416_DMA
  14. bool
  15. depends on CPU_S3C2416
  16. help
  17. Internal config node for S3C2416 DMA support
  18. config S3C2416_PM
  19. bool
  20. help
  21. Internal config node to apply S3C2450 power management
  22. menu "S3C2416 Machines"
  23. config MACH_SMDK2416
  24. bool "SMDK2416"
  25. select CPU_S3C2416
  26. select MACH_SMDK
  27. help
  28. Say Y here if you are using an SMDK2416
  29. config MACH_CYBOOK_ORIZON
  30. bool "Bookeen Cybook Orizon"
  31. select CPU_S3C2416
  32. select MACH_SMDK
  33. help
  34. Say Y here if you are using a Cybook Orizon
  35. endmenu