Kconfig 404 B

123456789101112131415161718192021222324
  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 S3C_DEV_WDT
  17. select HAVE_S3C2410_WATCHDOG
  18. help
  19. Machine support for the Samsung SMDK6440
  20. endif