Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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 S3C_DEV_FB
  52. select S5PC110_DEV_ONENAND
  53. help
  54. Machine support for the Samsung Aquila target based on S5PC110 SoC
  55. config MACH_GONI
  56. bool "GONI"
  57. select CPU_S5PV210
  58. select ARCH_SPARSEMEM_ENABLE
  59. select S5PV210_SETUP_FB_24BPP
  60. select S3C_DEV_FB
  61. select S5PC110_DEV_ONENAND
  62. help
  63. Machine support for Samsung GONI board
  64. S5PC110(MCP) is one of package option of S5PV210
  65. config MACH_SMDKC110
  66. bool "SMDKC110"
  67. select CPU_S5PV210
  68. select ARCH_SPARSEMEM_ENABLE
  69. select SAMSUNG_DEV_IDE
  70. select S3C_DEV_RTC
  71. select S3C_DEV_WDT
  72. select HAVE_S3C_RTC
  73. select HAVE_S3C2410_WATCHDOG
  74. select S5PV210_SETUP_IDE
  75. help
  76. Machine support for Samsung SMDKC110
  77. S5PC110(MCP) is one of package option of S5PV210
  78. endmenu
  79. config S5PC110_DEV_ONENAND
  80. bool
  81. help
  82. Compile in platform device definition for OneNAND1 controller
  83. menu "S5PV210 Machines"
  84. config MACH_SMDKV210
  85. bool "SMDKV210"
  86. select CPU_S5PV210
  87. select ARCH_SPARSEMEM_ENABLE
  88. select SAMSUNG_DEV_ADC
  89. select S3C_DEV_HSMMC
  90. select S3C_DEV_HSMMC1
  91. select S3C_DEV_HSMMC2
  92. select S3C_DEV_HSMMC3
  93. select SAMSUNG_DEV_IDE
  94. select SAMSUNG_DEV_KEYPAD
  95. select SAMSUNG_DEV_TS
  96. select S3C_DEV_RTC
  97. select S3C_DEV_WDT
  98. select HAVE_S3C_RTC
  99. select HAVE_S3C2410_WATCHDOG
  100. select S5PV210_SETUP_IDE
  101. select S5PV210_SETUP_KEYPAD
  102. select S5PV210_SETUP_SDHCI
  103. help
  104. Machine support for Samsung SMDKV210
  105. endmenu
  106. endif