Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. help
  13. Enable S5P6440 CPU support
  14. config CPU_S5P6450
  15. bool
  16. select SAMSUNG_DMADEV
  17. select S5P_HRT
  18. help
  19. Enable S5P6450 CPU support
  20. config S5P64X0_SETUP_FB_24BPP
  21. bool
  22. help
  23. Common setup code for S5P64X0 based boards with a LCD display
  24. through RGB interface.
  25. config S5P64X0_SETUP_I2C1
  26. bool
  27. help
  28. Common setup code for i2c bus 1.
  29. # machine support
  30. config MACH_SMDK6440
  31. bool "SMDK6440"
  32. select CPU_S5P6440
  33. select S3C_DEV_FB
  34. select S3C_DEV_I2C1
  35. select S3C_DEV_RTC
  36. select S3C_DEV_WDT
  37. select S3C64XX_DEV_SPI
  38. select SAMSUNG_DEV_ADC
  39. select SAMSUNG_DEV_BACKLIGHT
  40. select SAMSUNG_DEV_PWM
  41. select SAMSUNG_DEV_TS
  42. select S5P64X0_SETUP_FB_24BPP
  43. select S5P64X0_SETUP_I2C1
  44. help
  45. Machine support for the Samsung SMDK6440
  46. config MACH_SMDK6450
  47. bool "SMDK6450"
  48. select CPU_S5P6450
  49. select S3C_DEV_I2C1
  50. select S3C_DEV_RTC
  51. select S3C_DEV_WDT
  52. select S3C64XX_DEV_SPI
  53. select SAMSUNG_DEV_ADC
  54. select SAMSUNG_DEV_BACKLIGHT
  55. select SAMSUNG_DEV_PWM
  56. select SAMSUNG_DEV_TS
  57. select S5P64X0_SETUP_I2C1
  58. help
  59. Machine support for the Samsung SMDK6450
  60. endif