Message ID | 20230914-topic-sm8x50-upstream-nb7-defconfig-v1-1-4f6fd9f3fded@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: enable NB7VPQ904M driver as module | expand |
On Thu, 14 Sep 2023 15:24:21 +0200, Neil Armstrong wrote: > Enable the NB7VPQ904M SuperSpeed redriver/retimer as module as > it is now used on the SM8550 QRD platform. > > Applied, thanks! [1/1] arm64: defconfig: enable NB7VPQ904M driver as module commit: 89bf1107b7762631262e94fc7f73fa81d4ec0b6d Best regards,
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5315789f4868..094c9eaa8e53 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1038,6 +1038,7 @@ CONFIG_TYPEC_TPS6598X=m CONFIG_TYPEC_HD3SS3220=m CONFIG_TYPEC_UCSI=m CONFIG_TYPEC_MUX_FSA4480=m +CONFIG_TYPEC_MUX_NB7VPQ904M=m CONFIG_UCSI_CCG=m CONFIG_TYPEC_MUX_GPIO_SBU=m CONFIG_MMC=y
Enable the NB7VPQ904M SuperSpeed redriver/retimer as module as it is now used on the SM8550 QRD platform. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) --- base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d change-id: 20230914-topic-sm8x50-upstream-nb7-defconfig-18f7e3b85a36 Best regards,