Kconfig 1.4 KB

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