Kconfig 354 B

12345678910111213141516171819202122
  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. help
  17. Machine support for the Samsung SMDK6440
  18. endif