Kconfig 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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_SDHCI
  33. bool
  34. select S5PV210_SETUP_SDHCI_GPIO
  35. help
  36. Internal helper functions for S5PV210 based SDHCI systems
  37. config S5PV210_SETUP_SDHCI_GPIO
  38. bool
  39. help
  40. Common setup code for SDHCI gpio.
  41. # machine support
  42. config MACH_AQUILA
  43. bool "Samsung Aquila"
  44. select CPU_S5PV210
  45. select ARCH_SPARSEMEM_ENABLE
  46. select S5PV210_SETUP_FB_24BPP
  47. select S3C_DEV_FB
  48. select S5PC110_DEV_ONENAND
  49. help
  50. Machine support for the Samsung Aquila target based on S5PC110 SoC
  51. config MACH_GONI
  52. bool "GONI"
  53. select CPU_S5PV210
  54. select ARCH_SPARSEMEM_ENABLE
  55. select S5PV210_SETUP_FB_24BPP
  56. select S3C_DEV_FB
  57. select S5PC110_DEV_ONENAND
  58. help
  59. Machine support for Samsung GONI board
  60. S5PC110(MCP) is one of package option of S5PV210
  61. config S5PC110_DEV_ONENAND
  62. bool
  63. help
  64. Compile in platform device definition for OneNAND1 controller
  65. config MACH_SMDKV210
  66. bool "SMDKV210"
  67. select CPU_S5PV210
  68. select ARCH_SPARSEMEM_ENABLE
  69. select SAMSUNG_DEV_ADC
  70. select SAMSUNG_DEV_IDE
  71. select SAMSUNG_DEV_TS
  72. select S3C_DEV_WDT
  73. select HAVE_S3C2410_WATCHDOG
  74. select S5PV210_SETUP_IDE
  75. help
  76. Machine support for Samsung SMDKV210
  77. config MACH_SMDKC110
  78. bool "SMDKC110"
  79. select CPU_S5PV210
  80. select ARCH_SPARSEMEM_ENABLE
  81. select SAMSUNG_DEV_IDE
  82. select S3C_DEV_WDT
  83. select HAVE_S3C2410_WATCHDOG
  84. select S5PV210_SETUP_IDE
  85. help
  86. Machine support for Samsung SMDKC110
  87. S5PC110(MCP) is one of package option of S5PV210
  88. endif