Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # arch/arm/mach-s5pv310/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 S5PV310
  8. if ARCH_S5PV310
  9. config CPU_S5PV310
  10. bool
  11. select PLAT_S5P
  12. help
  13. Enable S5PV310 CPU support
  14. config S5PV310_SETUP_I2C1
  15. bool
  16. help
  17. Common setup code for i2c bus 1.
  18. config S5PV310_SETUP_I2C2
  19. bool
  20. help
  21. Common setup code for i2c bus 2.
  22. # machine support
  23. menu "S5PC210 Machines"
  24. config MACH_SMDKC210
  25. bool "SMDKC210"
  26. select CPU_S5PV310
  27. select ARCH_SPARSEMEM_ENABLE
  28. help
  29. Machine support for Samsung SMDKC210
  30. S5PC210(MCP) is one of package option of S5PV310
  31. config MACH_UNIVERSAL_C210
  32. bool "Mobile UNIVERSAL_C210 Board"
  33. select CPU_S5PV310
  34. select ARCH_SPARSEMEM_ENABLE
  35. help
  36. Machine support for Samsung Mobile Universal S5PC210 Reference
  37. Board. S5PC210(MCP) is one of package option of S5PV310
  38. endmenu
  39. menu "S5PV310 Machines"
  40. config MACH_SMDKV310
  41. bool "SMDKV310"
  42. select CPU_S5PV310
  43. select ARCH_SPARSEMEM_ENABLE
  44. help
  45. Machine support for Samsung SMDKV310
  46. endmenu
  47. endif