Skip to content

Commit

Permalink
imx: missing CONFIG_MII in mx7dsabresd_qspi_defconfig
Browse files Browse the repository at this point in the history
CONFIG_CMD_MII is set without CONFIG_MII, build is broken.

Signed-off-by: Stefano Babic <[email protected]>
  • Loading branch information
sbabic committed Sep 4, 2018
1 parent a62c606 commit b8babd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/mx7dsabresd_qspi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_EON=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_MII=y
CONFIG_PHYLIB=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX7=y
Expand Down

0 comments on commit b8babd8

Please sign in to comment.