Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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_AQUILA
  16. bool "Samsung Aquila"
  17. select CPU_S5PV210
  18. select ARCH_SPARSEMEM_ENABLE
  19. select S5PV210_SETUP_FB_24BPP
  20. select S3C_DEV_FB
  21. help
  22. Machine support for the Samsung Aquila target based on S5PC110 SoC
  23. config S5PV210_SETUP_I2C1
  24. bool
  25. help
  26. Common setup code for i2c bus 1.
  27. config S5PV210_SETUP_I2C2
  28. bool
  29. help
  30. Common setup code for i2c bus 2.
  31. config S5PV210_SETUP_FB_24BPP
  32. bool
  33. help
  34. Common setup code for S5PV210 with an 24bpp RGB display helper.
  35. config S5PV210_SETUP_SDHCI
  36. bool
  37. select S5PV210_SETUP_SDHCI_GPIO
  38. help
  39. Internal helper functions for S5PV210 based SDHCI systems
  40. config S5PV210_SETUP_SDHCI_GPIO
  41. bool
  42. help
  43. Common setup code for SDHCI gpio.
  44. config MACH_GONI
  45. bool "GONI"
  46. select CPU_S5PV210
  47. select ARCH_SPARSEMEM_ENABLE
  48. help
  49. Machine support for Samsung GONI board
  50. S5PC110(MCP) is one of package option of S5PV210
  51. config MACH_SMDKV210
  52. bool "SMDKV210"
  53. select CPU_S5PV210
  54. select ARCH_SPARSEMEM_ENABLE
  55. help
  56. Machine support for Samsung SMDKV210
  57. config MACH_SMDKC110
  58. bool "SMDKC110"
  59. select CPU_S5PV210
  60. select ARCH_SPARSEMEM_ENABLE
  61. help
  62. Machine support for Samsung SMDKC110
  63. S5PC110(MCP) is one of package option of S5PV210
  64. endif