[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cbc5b6e6-c706-b251-9a8e-0eecbc9871a8@starfivetech.com>
Date: Wed, 26 Jul 2023 09:30:59 +0800
From: Changhuang Liang <changhuang.liang@...rfivetech.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>,
Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Minda Chen <minda.chen@...rfivetech.com>,
Roger Quadros <rogerq@...nel.org>
CC: <linux-phy@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] phy: starfive: StarFive PHYs should depend on
ARCH_STARFIVE
On 2023/7/25 23:49, Geert Uytterhoeven wrote:
> The various StarFive PHYs are only present on StarFive SoCs. Hence add
> a dependency on ARCH_STARFIVE, to prevent asking the user about these
> drivers when configuring a kernel without StarFive SoC support.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> drivers/phy/starfive/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/phy/starfive/Kconfig b/drivers/phy/starfive/Kconfig
> index a560533a674ee0a5..4457b3872aa146a4 100644
> --- a/drivers/phy/starfive/Kconfig
> +++ b/drivers/phy/starfive/Kconfig
> @@ -3,6 +3,8 @@
> # Phy drivers for StarFive platforms
> #
>
> +if ARCH_STARFIVE || COMPILE_TEST
> +
> config PHY_STARFIVE_JH7110_DPHY_RX
> tristate "StarFive JH7110 D-PHY RX support"
> select GENERIC_PHY
> @@ -31,3 +33,5 @@ config PHY_STARFIVE_JH7110_USB
> used with the Cadence USB controller.
> If M is selected, the module will be called
> phy-jh7110-usb.ko.
> +
> +endif # ARCH_STARFIVE || COMPILE_TEST
For dphy rx parts:
Acked-by: Changhuang Liang <changhuang.liang@...rfivetech.com>
Thanks,
Changhuang
Powered by blists - more mailing lists