Skip to content

Commit 9c3ea49

Browse files
committed
Merge: redhat/configs: automotive: switch ride4 pinctrl, serial and ufs to modules
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1545 JIRA: https://issues.redhat.com/browse/RHEL-119220 JIRA: https://issues.redhat.com/browse/RHEL-119219 Switch Ride4 pinctrl, serial and UFS drivers to modules in order to allow out-of-tree modules to override them. Recent firmware require out-of-tree modules to boot the board successfully. ARK https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4151 Signed-off-by: Eric Chanudet <echanude@redhat.com> Approved-by: Brian Masney <bmasney@redhat.com> Approved-by: Mattijs Korpershoek <mkorpershoek@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Approved-by: John W. Linville <linville@redhat.com> Merged-by: Scott Weaver <scweaver@redhat.com>
2 parents f5ecde6 + 7e9abaf commit 9c3ea49

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

redhat/configs/rhel/automotive/debug/arm/aarch64/CONFIG_QCOM_GENI_SE

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/rhel/automotive/debug/arm/aarch64/CONFIG_SERIAL_QCOM_GENI

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_PINCTRL_MSM=y
1+
CONFIG_PINCTRL_MSM=m
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_PINCTRL_SA8775P=y
1+
CONFIG_PINCTRL_SA8775P=m
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_QCOM_GENI_SE=y
1+
CONFIG_QCOM_GENI_SE=m
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_SCSI_UFS_QCOM=y
1+
CONFIG_SCSI_UFS_QCOM=m
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CONFIG_SERIAL_QCOM_GENI=y
1+
CONFIG_SERIAL_QCOM_GENI=m

0 commit comments

Comments
 (0)