brintos

brintos / linux-shallow public Read only

0
0
Text · 573 B · a089584 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# CDX bus configuration4#5# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.6#7 8config CDX_BUS9	bool "CDX Bus driver"10	depends on OF && ARM6411	help12	  Driver to enable Composable DMA Transfer(CDX) Bus. CDX bus13	  exposes Fabric devices which uses composable DMA IP to the14	  APU. CDX bus provides a mechanism for scanning and probing15	  of CDX devices. CDX devices are memory mapped on system bus16	  for embedded CPUs. CDX bus uses CDX controller and firmware17	  to scan these CDX devices.18 19source "drivers/cdx/controller/Kconfig"20