Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. select S5PC110_DEV_ONENAND
  45. help
  46. Machine support for the Samsung Aquila target based on S5PC110 SoC
  47. config MACH_GONI
  48. bool "GONI"
  49. select CPU_S5PV210
  50. select ARCH_SPARSEMEM_ENABLE
  51. select S5PC110_DEV_ONENAND
  52. help
  53. Machine support for Samsung GONI board
  54. S5PC110(MCP) is one of package option of S5PV210
  55. config S5PC110_DEV_ONENAND
  56. bool
  57. help
  58. Compile in platform device definition for OneNAND1 controller
  59. config MACH_SMDKV210
  60. bool "SMDKV210"
  61. select CPU_S5PV210
  62. select ARCH_SPARSEMEM_ENABLE
  63. select SAMSUNG_DEV_ADC
  64. select SAMSUNG_DEV_TS
  65. select S3C_DEV_WDT
  66. select HAVE_S3C2410_WATCHDOG
  67. help
  68. Machine support for Samsung SMDKV210
  69. config MACH_SMDKC110
  70. bool "SMDKC110"
  71. select CPU_S5PV210
  72. select ARCH_SPARSEMEM_ENABLE
  73. select S3C_DEV_WDT
  74. select HAVE_S3C2410_WATCHDOG
  75. help
  76. Machine support for Samsung SMDKC110
  77. S5PC110(MCP) is one of package option of S5PV210
  78. endif