Kconfig 458 B

123456789101112131415161718192021222324252627
  1. # arch/arm/mach-s5p6442/Kconfig
  2. #
  3. # Copyright (c) 2010 Samsung Electronics Co., Ltd.
  4. # http://www.samsung.com/
  5. #
  6. # Licensed under GPLv2
  7. # Configuration options for the S5P6442
  8. if ARCH_S5P6442
  9. config CPU_S5P6442
  10. bool
  11. select PLAT_S5P
  12. select S3C_PL330_DMA
  13. help
  14. Enable S5P6442 CPU support
  15. config MACH_SMDK6442
  16. bool "SMDK6442"
  17. select CPU_S5P6442
  18. select S3C_DEV_WDT
  19. select HAVE_S3C2410_WATCHDOG
  20. help
  21. Machine support for Samsung SMDK6442
  22. endif