diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-04 09:07:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:16:54 -0500 |
commit | f1754f08102781f855370c7d47db0e3d85da5694 (patch) | |
tree | 1dbefdf2e60e6cb917afc35fb1dbc270d095bd95 /configs/imx6q_logic_defconfig | |
parent | 71abe5ac0079879d4142ca15d41d943e120acbf1 (diff) | |
download | u-boot-f1754f08102781f855370c7d47db0e3d85da5694.tar.gz |
configs: imx6q_logic: Move CONFIG_PHY_SMSC to defconfig
Since CONFIG_PHY_SMSC was already in Kconfig, move this from
header file to defconfig
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r-- | configs/imx6q_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig index a13034df5a..e7ca3586f0 100644 --- a/configs/imx6q_logic_defconfig +++ b/configs/imx6q_logic_defconfig @@ -34,6 +34,7 @@ CONFIG_SYS_I2C_MXC=y CONFIG_NAND=y CONFIG_NAND_MXS=y CONFIG_PHYLIB=y +CONFIG_PHY_SMSC=y CONFIG_FEC_MXC=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y |