Kconfig 411 B

12345678910111213141516171819202122232425
  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 S3C_PL330_DMA
  12. help
  13. Enable S5P6442 CPU support
  14. config MACH_SMDK6442
  15. bool "SMDK6442"
  16. select CPU_S5P6442
  17. select S3C_DEV_WDT
  18. help
  19. Machine support for Samsung SMDK6442
  20. endif