23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# CDX controller configuration4#5# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.6#7 8if CDX_BUS9 10config CDX_CONTROLLER11 tristate "CDX bus controller"12 select GENERIC_MSI_IRQ13 select REMOTEPROC14 select RPMSG15 help16 CDX controller drives the CDX bus. It interacts with17 firmware to get the hardware devices and registers with18 the CDX bus. Say Y to enable the CDX hardware driver.19 20 If unsure, say N.21 22endif23