xref: /linux/drivers/cdx/controller/Kconfig (revision 2a226927d9b836ddec674aebbcea311727d04240)
1eb96b740SNipun Gupta# SPDX-License-Identifier: GPL-2.0-only
2eb96b740SNipun Gupta#
3eb96b740SNipun Gupta# CDX controller configuration
4eb96b740SNipun Gupta#
5eb96b740SNipun Gupta# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
6eb96b740SNipun Gupta#
7eb96b740SNipun Gupta
8eb96b740SNipun Guptaif CDX_BUS
9eb96b740SNipun Gupta
108a7923dfSNipun Guptaconfig CDX_CONTROLLER
118a7923dfSNipun Gupta	tristate "CDX bus controller"
12*2a226927SNipun Gupta	select REMOTEPROC
13*2a226927SNipun Gupta	select RPMSG
148a7923dfSNipun Gupta	help
158a7923dfSNipun Gupta	  CDX controller drives the CDX bus. It interacts with
168a7923dfSNipun Gupta	  firmware to get the hardware devices and registers with
178a7923dfSNipun Gupta	  the CDX bus. Say Y to enable the CDX hardware driver.
188a7923dfSNipun Gupta
198a7923dfSNipun Gupta	  If unsure, say N.
208a7923dfSNipun Gupta
21eb96b740SNipun Guptaconfig MCDI_LOGGING
22eb96b740SNipun Gupta	bool "MCDI Logging for the CDX controller"
23eb96b740SNipun Gupta	depends on CDX_CONTROLLER
24eb96b740SNipun Gupta	help
25eb96b740SNipun Gupta	  Enable MCDI Logging for
26eb96b740SNipun Gupta	  the CDX Controller for debug
27eb96b740SNipun Gupta	  purpose.
28eb96b740SNipun Gupta
29eb96b740SNipun Gupta	  If unsure, say N.
30eb96b740SNipun Gupta
31eb96b740SNipun Guptaendif
32