Files

23 lines
459 B
Plaintext
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
#
# CDX controller configuration
#
# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
#
if CDX_BUS
2023-03-13 18:56:34 +05:30
config CDX_CONTROLLER
tristate "CDX bus controller"
2025-05-02 08:20:33 +02:00
depends on HAS_DMA
select REMOTEPROC
select RPMSG
2023-03-13 18:56:34 +05:30
help
CDX controller drives the CDX bus. It interacts with
firmware to get the hardware devices and registers with
the CDX bus. Say Y to enable the CDX hardware driver.
If unsure, say N.
endif