Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. select S5P_EXT_INT
  14. help
  15. Enable S5PV210 CPU support
  16. config S5PV210_SETUP_I2C1
  17. bool
  18. help
  19. Common setup code for i2c bus 1.
  20. config S5PV210_SETUP_I2C2
  21. bool
  22. help
  23. Common setup code for i2c bus 2.
  24. config S5PV210_SETUP_FB_24BPP
  25. bool
  26. help
  27. Common setup code for S5PV210 with an 24bpp RGB display helper.
  28. config S5PV210_SETUP_SDHCI
  29. bool
  30. select S5PV210_SETUP_SDHCI_GPIO
  31. help
  32. Internal helper functions for S5PV210 based SDHCI systems
  33. config S5PV210_SETUP_SDHCI_GPIO
  34. bool
  35. help
  36. Common setup code for SDHCI gpio.
  37. # machine support
  38. config MACH_AQUILA
  39. bool "Samsung Aquila"
  40. select CPU_S5PV210
  41. select ARCH_SPARSEMEM_ENABLE
  42. select S5PV210_SETUP_FB_24BPP
  43. select S3C_DEV_FB
  44. help
  45. Machine support for the Samsung Aquila target based on S5PC110 SoC
  46. config MACH_GONI
  47. bool "GONI"
  48. select CPU_S5PV210
  49. select ARCH_SPARSEMEM_ENABLE
  50. help
  51. Machine support for Samsung GONI board
  52. S5PC110(MCP) is one of package option of S5PV210
  53. config S5PC110_DEV_ONENAND
  54. bool
  55. help
  56. Compile in platform device definition for OneNAND1 controller
  57. config MACH_SMDKV210
  58. bool "SMDKV210"
  59. select CPU_S5PV210
  60. select ARCH_SPARSEMEM_ENABLE
  61. select SAMSUNG_DEV_ADC
  62. select SAMSUNG_DEV_TS
  63. select S3C_DEV_WDT
  64. select HAVE_S3C2410_WATCHDOG
  65. help
  66. Machine support for Samsung SMDKV210
  67. config MACH_SMDKC110
  68. bool "SMDKC110"
  69. select CPU_S5PV210
  70. select ARCH_SPARSEMEM_ENABLE
  71. select S3C_DEV_WDT
  72. select HAVE_S3C2410_WATCHDOG
  73. help
  74. Machine support for Samsung SMDKC110
  75. S5PC110(MCP) is one of package option of S5PV210
  76. endif