[redhat] New configs in drivers/mailbox
Fixes: RHEL-106517
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: TI_MESSAGE_MANAGER [=y]
Type : tristate
Defined at drivers/mailbox/Kconfig:149
Prompt: Texas Instruments Message Manager Driver
Depends on: MAILBOX [=y] && (ARCH_KEYSTONE || ARCH_K3 [=y] || COMPILE_TEST [=n])
Location:
-> Device Drivers
-> Mailbox Hardware Support (MAILBOX [=y])
-> Texas Instruments Message Manager Driver (TI_MESSAGE_MANAGER [=y])
Commit: aace66b1 (mailbox: Introduce TI message manager driver)
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
[amend configuration dependencies]
TI_SCI_CLK and TI_SCI_PM_DOMAINS, both enabled at the "common" level, depend on
TI_SCI_PROTOCOL which depends on TI_MESSAGE_MANAGER. Move both TI_MESSAGE_MANAGER
and TI_SCI_PROTOCOL out of pending-rhel to satisfy these.
In addition drop TI_K3_UDMA from RHEL, since it depends on TI_SCI_INTA_IRQCHIP
which is explicitly disabled.
Signed-off-by: Eric Chanudet echanude@redhat.com