Kconfig 386 B

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