Kconfig 784 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Hisilicon SoC drivers"
  3. depends on ARCH_HISI || COMPILE_TEST
  4. config KUNPENG_HCCS
  5. tristate "HCCS driver on Kunpeng SoC"
  6. depends on ACPI
  7. depends on PCC
  8. depends on ARM64 || COMPILE_TEST
  9. help
  10. The Huawei Cache Coherence System (HCCS) is a multi-chip
  11. interconnection bus protocol.
  12. The performance of application may be affected if some HCCS
  13. ports are not in full lane status, have a large number of CRC
  14. errors and so on. This may support for reducing system power
  15. consumption if there are HCCS ports supported low power feature
  16. on platform.
  17. Say M here if you want to include support for querying the
  18. health status and port information of HCCS, or reducing system
  19. power consumption on Kunpeng SoC.
  20. endmenu