Kconfig 1.9 KB

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