Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / cdx / controller / Kconfig
blobf8e729761aeed03302d6c625b74f5e54bfd1bcbf
1 # SPDX-License-Identifier: GPL-2.0-only
3 # CDX controller configuration
5 # Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
8 if CDX_BUS
10 config CDX_CONTROLLER
11         tristate "CDX bus controller"
12         select GENERIC_MSI_IRQ
13         select REMOTEPROC
14         select RPMSG
15         help
16           CDX controller drives the CDX bus. It interacts with
17           firmware to get the hardware devices and registers with
18           the CDX bus. Say Y to enable the CDX hardware driver.
20           If unsure, say N.
22 endif