Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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_IDE
  25. bool
  26. help
  27. Common setup code for S5PV210 IDE GPIO configurations
  28. config S5PV210_SETUP_FB_24BPP
  29. bool
  30. help
  31. Common setup code for S5PV210 with an 24bpp RGB display helper.
  32. config S5PV210_SETUP_KEYPAD
  33. bool
  34. help
  35. Common setup code for keypad.
  36. config S5PV210_SETUP_SDHCI
  37. bool
  38. select S5PV210_SETUP_SDHCI_GPIO
  39. help
  40. Internal helper functions for S5PV210 based SDHCI systems
  41. config S5PV210_SETUP_SDHCI_GPIO
  42. bool
  43. help
  44. Common setup code for SDHCI gpio.
  45. menu "S5PC110 Machines"
  46. config MACH_AQUILA
  47. bool "Aquila"
  48. select CPU_S5PV210
  49. select ARCH_SPARSEMEM_ENABLE
  50. select S5PV210_SETUP_FB_24BPP
  51. select S5PV210_SETUP_SDHCI
  52. select S3C_DEV_FB
  53. select S5PC110_DEV_ONENAND
  54. select S3C_DEV_HSMMC
  55. select S3C_DEV_HSMMC1
  56. select S3C_DEV_HSMMC2
  57. help
  58. Machine support for the Samsung Aquila target based on S5PC110 SoC
  59. config MACH_GONI
  60. bool "GONI"
  61. select CPU_S5PV210
  62. select ARCH_SPARSEMEM_ENABLE
  63. select S5PV210_SETUP_FB_24BPP
  64. select S3C_DEV_FB
  65. select S5PC110_DEV_ONENAND
  66. help
  67. Machine support for Samsung GONI board
  68. S5PC110(MCP) is one of package option of S5PV210
  69. config MACH_SMDKC110
  70. bool "SMDKC110"
  71. select CPU_S5PV210
  72. select ARCH_SPARSEMEM_ENABLE
  73. select S3C_DEV_I2C1
  74. select S3C_DEV_I2C2
  75. select SAMSUNG_DEV_IDE
  76. select S3C_DEV_RTC
  77. select S3C_DEV_WDT
  78. select HAVE_S3C_RTC
  79. select HAVE_S3C2410_WATCHDOG
  80. select S5PV210_SETUP_I2C1
  81. select S5PV210_SETUP_I2C2
  82. select S5PV210_SETUP_IDE
  83. help
  84. Machine support for Samsung SMDKC110
  85. S5PC110(MCP) is one of package option of S5PV210
  86. endmenu
  87. config S5PC110_DEV_ONENAND
  88. bool
  89. help
  90. Compile in platform device definition for OneNAND1 controller
  91. menu "S5PV210 Machines"
  92. config MACH_SMDKV210
  93. bool "SMDKV210"
  94. select CPU_S5PV210
  95. select ARCH_SPARSEMEM_ENABLE
  96. select SAMSUNG_DEV_ADC
  97. select S3C_DEV_HSMMC
  98. select S3C_DEV_HSMMC1
  99. select S3C_DEV_HSMMC2
  100. select S3C_DEV_HSMMC3
  101. select S3C_DEV_I2C1
  102. select S3C_DEV_I2C2
  103. select SAMSUNG_DEV_IDE
  104. select SAMSUNG_DEV_KEYPAD
  105. select SAMSUNG_DEV_TS
  106. select S3C_DEV_RTC
  107. select S3C_DEV_WDT
  108. select HAVE_S3C_RTC
  109. select HAVE_S3C2410_WATCHDOG
  110. select S5PV210_SETUP_I2C1
  111. select S5PV210_SETUP_I2C2
  112. select S5PV210_SETUP_IDE
  113. select S5PV210_SETUP_KEYPAD
  114. select S5PV210_SETUP_SDHCI
  115. help
  116. Machine support for Samsung SMDKV210
  117. endmenu
  118. endif