[PATCH v3 1/2] generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
Bin Meng
bmeng.cn at gmail.com
Mon Mar 14 08:24:06 CET 2022
On Wed, Mar 9, 2022 at 5:06 PM Michal Simek <michal.simek at xilinx.com> wrote:
>
> Allow to disable PHY driver in SPL because it checks the CONFIG_SPL_PHY
> variable for SPL builds.
>
> The same change was done for usb by commit fd09c205fc57 ("usb:
> s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/").
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - based on bug reported by Marek
> https://lore.kernel.org/all/d7adc9a4-f505-eaab-8cd9-45f778bc3b4a@denx.de/
>
> include/generic-phy.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list