Kconfig 332 B

123456789101112131415161718192021
  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. help
  11. Enable S5P6440 CPU support
  12. config MACH_SMDK6440
  13. bool "SMDK6440"
  14. select CPU_S5P6440
  15. help
  16. Machine support for the Samsung SMDK6440
  17. endif