Kconfig 852 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # arch/arm/mach-s5pv210/Kconfig
  2. #
  3. # Copyright (c) 2010 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. # Configuration options for the S5PV210/S5PC110
  8. if ARCH_S5PV210
  9. config CPU_S5PV210
  10. bool
  11. select PLAT_S5P
  12. select S3C_PL330_DMA
  13. help
  14. Enable S5PV210 CPU support
  15. config MACH_AQUILA
  16. bool "Samsung Aquila"
  17. select CPU_S5PV210
  18. select ARCH_SPARSEMEM_ENABLE
  19. select S5PV210_SETUP_FB_24BPP
  20. select S3C_DEV_FB
  21. help
  22. Machine support for the Samsung Aquila target based on S5PC110 SoC
  23. config MACH_SMDKV210
  24. bool "SMDKV210"
  25. select CPU_S5PV210
  26. select ARCH_SPARSEMEM_ENABLE
  27. help
  28. Machine support for Samsung SMDKV210
  29. config MACH_SMDKC110
  30. bool "SMDKC110"
  31. select CPU_S5PV210
  32. select ARCH_SPARSEMEM_ENABLE
  33. help
  34. Machine support for Samsung SMDKC110
  35. S5PC110(MCP) is one of package option of S5PV210
  36. endif