Kconfig 434 B

1234567891011121314151617181920212223242526
  1. # arch/arm/mach-s5pv310/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 S5PV310
  8. if ARCH_S5PV310
  9. config CPU_S5PV310
  10. bool
  11. select PLAT_S5P
  12. help
  13. Enable S5PV310 CPU support
  14. # machine support
  15. config MACH_SMDKV310
  16. bool "SMDKV310"
  17. select CPU_S5PV310
  18. select ARCH_SPARSEMEM_ENABLE
  19. help
  20. Machine support for Samsung SMDKV310
  21. endif