xref: /linux-6.15/drivers/cdx/controller/Kconfig (revision 8a7923df)
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	help
13	  CDX controller drives the CDX bus. It interacts with
14	  firmware to get the hardware devices and registers with
15	  the CDX bus. Say Y to enable the CDX hardware driver.
16
17	  If unsure, say N.
18
19config MCDI_LOGGING
20	bool "MCDI Logging for the CDX controller"
21	depends on CDX_CONTROLLER
22	help
23	  Enable MCDI Logging for
24	  the CDX Controller for debug
25	  purpose.
26
27	  If unsure, say N.
28
29endif
30