Kconfig 1.1 KB

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