Kconfig 1.0 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. help
  12. Enable S5PV310 CPU support
  13. config S5PV310_SETUP_I2C1
  14. bool
  15. help
  16. Common setup code for i2c bus 1.
  17. config S5PV310_SETUP_I2C2
  18. bool
  19. help
  20. Common setup code for i2c bus 2.
  21. # machine support
  22. menu "S5PC210 Machines"
  23. config MACH_SMDKC210
  24. bool "SMDKC210"
  25. select CPU_S5PV310
  26. select S3C_DEV_RTC
  27. select S3C_DEV_WDT
  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. help
  35. Machine support for Samsung Mobile Universal S5PC210 Reference
  36. Board. S5PC210(MCP) is one of package option of S5PV310
  37. endmenu
  38. menu "S5PV310 Machines"
  39. config MACH_SMDKV310
  40. bool "SMDKV310"
  41. select CPU_S5PV310
  42. select S3C_DEV_RTC
  43. select S3C_DEV_WDT
  44. help
  45. Machine support for Samsung SMDKV310
  46. endmenu
  47. endif