Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. # machine support
  38. config MACH_SMDK6440
  39. bool "SMDK6440"
  40. select CPU_S5P6440
  41. select S3C_DEV_FB
  42. select S3C_DEV_I2C1
  43. select S3C_DEV_RTC
  44. select S3C_DEV_WDT
  45. select SAMSUNG_DEV_ADC
  46. select SAMSUNG_DEV_BACKLIGHT
  47. select SAMSUNG_DEV_PWM
  48. select SAMSUNG_DEV_TS
  49. select S5P64X0_SETUP_FB_24BPP
  50. select S5P64X0_SETUP_I2C1
  51. help
  52. Machine support for the Samsung SMDK6440
  53. config MACH_SMDK6450
  54. bool "SMDK6450"
  55. select CPU_S5P6450
  56. select S3C_DEV_FB
  57. select S3C_DEV_I2C1
  58. select S3C_DEV_RTC
  59. select S3C_DEV_WDT
  60. select SAMSUNG_DEV_ADC
  61. select SAMSUNG_DEV_BACKLIGHT
  62. select SAMSUNG_DEV_PWM
  63. select SAMSUNG_DEV_TS
  64. select S5P64X0_SETUP_FB_24BPP
  65. select S5P64X0_SETUP_I2C1
  66. help
  67. Machine support for the Samsung SMDK6450
  68. endif