]> Git Repo - J-linux.git/blob - drivers/cdx/controller/Kconfig
Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujitsu/integr...
[J-linux.git] / drivers / cdx / controller / Kconfig
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
8 if CDX_BUS
9
10 config CDX_CONTROLLER
11         tristate "CDX bus controller"
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
21 config MCDI_LOGGING
22         bool "MCDI Logging for the CDX controller"
23         depends on CDX_CONTROLLER
24         help
25           Enable MCDI Logging for
26           the CDX Controller for debug
27           purpose.
28
29           If unsure, say N.
30
31 endif
This page took 0.032531 seconds and 4 git commands to generate.