Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. help
  14. Enable S5PV210 CPU support
  15. config MACH_AQUILA
  16. bool "Samsung Aquila"
  17. select CPU_S5PV210
  18. select ARCH_SPARSEMEM_ENABLE
  19. select S5PV210_SETUP_FB_24BPP
  20. select S3C_DEV_FB
  21. help
  22. Machine support for the Samsung Aquila target based on S5PC110 SoC
  23. config S5PV210_SETUP_I2C1
  24. bool
  25. help
  26. Common setup code for i2c bus 1.
  27. config S5PV210_SETUP_I2C2
  28. bool
  29. help
  30. Common setup code for i2c bus 2.
  31. config S5PV210_SETUP_FB_24BPP
  32. bool
  33. help
  34. Common setup code for S5PV210 with an 24bpp RGB display helper.
  35. config S5PV210_SETUP_SDHCI
  36. bool
  37. select S5PV210_SETUP_SDHCI_GPIO
  38. help
  39. Internal helper functions for S5PV210 based SDHCI systems
  40. config S5PV210_SETUP_SDHCI_GPIO
  41. bool
  42. help
  43. Common setup code for SDHCI gpio.
  44. config MACH_SMDKV210
  45. bool "SMDKV210"
  46. select CPU_S5PV210
  47. select ARCH_SPARSEMEM_ENABLE
  48. help
  49. Machine support for Samsung SMDKV210
  50. config MACH_SMDKC110
  51. bool "SMDKC110"
  52. select CPU_S5PV210
  53. select ARCH_SPARSEMEM_ENABLE
  54. help
  55. Machine support for Samsung SMDKC110
  56. S5PC110(MCP) is one of package option of S5PV210
  57. endif