Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # arch/arm/mach-s5p64x0/Kconfig
  2. #
  3. # Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. if ARCH_S5P64X0
  8. config CPU_S5P6440
  9. bool
  10. select SAMSUNG_DMADEV
  11. select S5P_HRT
  12. select S5P_SLEEP if PM
  13. select SAMSUNG_WAKEMASK if PM
  14. help
  15. Enable S5P6440 CPU support
  16. config CPU_S5P6450
  17. bool
  18. select SAMSUNG_DMADEV
  19. select S5P_HRT
  20. select S5P_SLEEP if PM
  21. select SAMSUNG_WAKEMASK if PM
  22. help
  23. Enable S5P6450 CPU support
  24. config S5P64X0_SETUP_FB_24BPP
  25. bool
  26. help
  27. Common setup code for S5P64X0 based boards with a LCD display
  28. through RGB interface.
  29. config S5P64X0_SETUP_I2C1
  30. bool
  31. help
  32. Common setup code for i2c bus 1.
  33. config S5P64X0_SETUP_SPI
  34. bool
  35. help
  36. Common setup code for SPI GPIO configurations
  37. config S5P64X0_SETUP_SDHCI_GPIO
  38. bool
  39. help
  40. Common setup code for SDHCI gpio.
  41. # machine support
  42. config MACH_SMDK6440
  43. bool "SMDK6440"
  44. select CPU_S5P6440
  45. select S3C_DEV_FB
  46. select S3C_DEV_I2C1
  47. select S3C_DEV_RTC
  48. select S3C_DEV_WDT
  49. select S3C_DEV_HSMMC
  50. select S3C_DEV_HSMMC1
  51. select S3C_DEV_HSMMC2
  52. select SAMSUNG_DEV_ADC
  53. select SAMSUNG_DEV_BACKLIGHT
  54. select SAMSUNG_DEV_PWM
  55. select SAMSUNG_DEV_TS
  56. select S5P64X0_SETUP_FB_24BPP
  57. select S5P64X0_SETUP_I2C1
  58. select S5P64X0_SETUP_SDHCI_GPIO
  59. help
  60. Machine support for the Samsung SMDK6440
  61. config MACH_SMDK6450
  62. bool "SMDK6450"
  63. select CPU_S5P6450
  64. select S3C_DEV_FB
  65. select S3C_DEV_I2C1
  66. select S3C_DEV_RTC
  67. select S3C_DEV_WDT
  68. select S3C_DEV_HSMMC
  69. select S3C_DEV_HSMMC1
  70. select S3C_DEV_HSMMC2
  71. select SAMSUNG_DEV_ADC
  72. select SAMSUNG_DEV_BACKLIGHT
  73. select SAMSUNG_DEV_PWM
  74. select SAMSUNG_DEV_TS
  75. select S5P64X0_SETUP_FB_24BPP
  76. select S5P64X0_SETUP_I2C1
  77. select S5P64X0_SETUP_SDHCI_GPIO
  78. help
  79. Machine support for the Samsung SMDK6450
  80. menu "Use 8-bit SDHCI bus width"
  81. config S5P64X0_SD_CH1_8BIT
  82. bool "SDHCI Channel 1 (Slot 1)"
  83. depends on MACH_SMDK6450 || MACH_SMDK6440
  84. help
  85. Support SDHCI Channel 1 8-bit bus.
  86. If selected, Channel 2 is disabled.
  87. endmenu
  88. endif