Kconfig (cdd5b5a9761fd66d17586e4f4ba6588c70e640ea) Kconfig (0e439ba38e615e505404b3935585f1898bafaea9)
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
8if CDX_BUS
9
10config CDX_CONTROLLER
11 tristate "CDX bus controller"
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
8if CDX_BUS
9
10config CDX_CONTROLLER
11 tristate "CDX bus controller"
12 select GENERIC_MSI_IRQ
12 select REMOTEPROC
13 select RPMSG
14 help
15 CDX controller drives the CDX bus. It interacts with
16 firmware to get the hardware devices and registers with
17 the CDX bus. Say Y to enable the CDX hardware driver.
18
19 If unsure, say N.
20
21endif
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.
19
20 If unsure, say N.
21
22endif