Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. select S3C_DEV_RTC
  29. help
  30. Machine support for Samsung SMDKC210
  31. S5PC210(MCP) is one of package option of S5PV310
  32. config MACH_UNIVERSAL_C210
  33. bool "Mobile UNIVERSAL_C210 Board"
  34. select CPU_S5PV310
  35. select ARCH_SPARSEMEM_ENABLE
  36. help
  37. Machine support for Samsung Mobile Universal S5PC210 Reference
  38. Board. S5PC210(MCP) is one of package option of S5PV310
  39. endmenu
  40. menu "S5PV310 Machines"
  41. config MACH_SMDKV310
  42. bool "SMDKV310"
  43. select CPU_S5PV310
  44. select ARCH_SPARSEMEM_ENABLE
  45. select S3C_DEV_RTC
  46. help
  47. Machine support for Samsung SMDKV310
  48. endmenu
  49. endif