diff mbox series

ARM: multi_v7_defconfig: make Exynos related PHYs modules

Message ID 20230929121800.1722211-1-m.szyprowski@samsung.com (mailing list archive)
State New, archived
Headers show
Series ARM: multi_v7_defconfig: make Exynos related PHYs modules | expand

Commit Message

Marek Szyprowski Sept. 29, 2023, 12:18 p.m. UTC
Exynos Display Port PHY and Exynos MIPI Video PHY drivers are not
essential to boot on the Exynos based system, so make them modules
instead of build-in.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Krzysztof Kozlowski Oct. 3, 2023, 6:26 a.m. UTC | #1
On Fri, 29 Sep 2023 14:18:00 +0200, Marek Szyprowski wrote:
> Exynos Display Port PHY and Exynos MIPI Video PHY drivers are not
> essential to boot on the Exynos based system, so make them modules
> instead of build-in.
> 
> 

Applied, thanks!

[1/1] ARM: multi_v7_defconfig: make Exynos related PHYs modules
      https://git.kernel.org/krzk/linux/c/0264be0ac4069530a6fd10dc22f40d3bae343b24

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index dbba33cfb3bf..4b7810a09aa6 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1201,6 +1201,8 @@  CONFIG_PHY_QCOM_USB_HS=y
 CONFIG_PHY_RCAR_GEN2=m
 CONFIG_PHY_ROCKCHIP_DP=m
 CONFIG_PHY_ROCKCHIP_USB=y
+CONFIG_PHY_EXYNOS_DP_VIDEO=m
+CONFIG_PHY_EXYNOS_MIPI_VIDEO=m
 CONFIG_PHY_SAMSUNG_USB2=m
 CONFIG_PHY_EXYNOS5250_SATA=m
 CONFIG_PHY_UNIPHIER_USB2=y