From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in drivers/hwtracing
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: CORESIGHT_CTCU [=n] Type : tristate Defined at drivers/hwtracing/coresight/Kconfig:136 Prompt: CoreSight TMC Control Unit driver Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m] Location: -> Kernel hacking -> arm64 Debugging -> CoreSight Tracing Support (CORESIGHT [=m]) -> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n])
Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver)
---
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU b/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/pending-rhel/generic/CONFIG_CORESIGHT_CTCU +++ /dev/null @@ -1,15 +0,0 @@ -# Symbol: CORESIGHT_CTCU [=n] -# Type : tristate -# Defined at drivers/hwtracing/coresight/Kconfig:136 -# Prompt: CoreSight TMC Control Unit driver -# Depends on: CORESIGHT [=m] && CORESIGHT_LINK_AND_SINK_TMC [=m] -# Location: -# -> Kernel hacking -# -> arm64 Debugging -# -> CoreSight Tracing Support (CORESIGHT [=m]) -# -> CoreSight TMC Control Unit driver (CORESIGHT_CTCU [=n]) -# -# -# -# Commit: f78d206f3d73 (Coresight: Add Coresight TMC Control Unit driver) -# CONFIG_CORESIGHT_CTCU is not set diff --git a/redhat/configs/rhel/generic/CONFIG_CORESIGHT_CTCU b/redhat/configs/rhel/generic/CONFIG_CORESIGHT_CTCU new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_CORESIGHT_CTCU @@ -0,0 +1 @@ +CONFIG_CORESIGHT_CTCU=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3801
From: Scott Weaver on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3801#note_2450543...
@msalter @haerwu the config has been updated
kernel@lists.fedoraproject.org