Kconfig 633 B

12345678910111213141516171819202122232425262728293031323334
  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_SMDKV210
  16. bool "SMDKV210"
  17. select CPU_S5PV210
  18. select ARCH_SPARSEMEM_ENABLE
  19. help
  20. Machine support for Samsung SMDKV210
  21. config MACH_SMDKC110
  22. bool "SMDKC110"
  23. select CPU_S5PV210
  24. select ARCH_SPARSEMEM_ENABLE
  25. help
  26. Machine support for Samsung SMDKC110
  27. S5PC110(MCP) is one of package option of S5PV210
  28. endif