commit | eb4b5616e3e3acad49ab35673e3ecb5281cf1f77 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Mar 09 10:05:44 2022 +0100 |
committer | Marek Vasut <marex@denx.de> | Fri Apr 22 10:35:14 2022 +0200 |
tree | 50d7182e1a70fbf18aebf32363217758b8bf184a | |
parent | 469d7f5e05195cb282c61ead22657c061c00ddfa [diff] |
generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ 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@xilinx.com>