Kconfig 459 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # CDX controller configuration
  4. #
  5. # Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
  6. #
  7. if CDX_BUS
  8. config CDX_CONTROLLER
  9. tristate "CDX bus controller"
  10. depends on HAS_DMA
  11. select REMOTEPROC
  12. select RPMSG
  13. help
  14. CDX controller drives the CDX bus. It interacts with
  15. firmware to get the hardware devices and registers with
  16. the CDX bus. Say Y to enable the CDX hardware driver.
  17. If unsure, say N.
  18. endif