Kconfig 451 B

1234567891011121314151617181920212223242526
  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 MACH_SMDK6440
  14. bool "SMDK6440"
  15. select CPU_S5P6440
  16. select SAMSUNG_DEV_TS
  17. select SAMSUNG_DEV_ADC
  18. select S3C_DEV_WDT
  19. select HAVE_S3C2410_WATCHDOG
  20. help
  21. Machine support for the Samsung SMDK6440
  22. endif