Kconfig 564 B

123456789101112131415161718192021222324252627282930313233
  1. # arch/arm/mach-s5p6440/Kconfig
  2. #
  3. # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. if ARCH_S5P6440
  8. config CPU_S5P6440
  9. bool
  10. select S3C_PL330_DMA
  11. help
  12. Enable S5P6440 CPU support
  13. config S5P6440_SETUP_I2C1
  14. bool
  15. help
  16. Common setup code for i2c bus 1.
  17. config MACH_SMDK6440
  18. bool "SMDK6440"
  19. select CPU_S5P6440
  20. select S3C_DEV_I2C1
  21. select S3C_DEV_RTC
  22. select S3C_DEV_WDT
  23. select SAMSUNG_DEV_ADC
  24. select SAMSUNG_DEV_TS
  25. select S5P6440_SETUP_I2C1
  26. help
  27. Machine support for the Samsung SMDK6440
  28. endif