| Submitter | Bryan Wu |
|---|---|
| Date | March 24, 2010, 9:07 a.m. |
| Message ID | <1269421651-18318-4-git-send-email-bryan.wu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/48391/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu index e066d18..2598a0a 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -2255,7 +2255,7 @@ CONFIG_SMB_FS=m # CONFIG_SMC911X is not set # CONFIG_SMC91X is not set CONFIG_SMSC911X=y -CONFIG_SMSC_PHY=m +CONFIG_SMSC_PHY=y CONFIG_SMS_SDIO_DRV=m CONFIG_SMS_SIANO_MDTV=m CONFIG_SMS_USB_DRV=m
BugLink: http://bugs.launchpad.net/bugs/457878 The on-board PHY device of Freescale Babbage board is SMSC LAN8700, which is supported by this CONFIG_SMSC_PHY driver in phylib. Since phylib is already enabled in fec.c driver, to build in this SMSC_PHY driver will give us better supporting of the PHY device. Signed-off-by: Bryan Wu <bryan.wu@canonical.com> --- debian.fsl-imx51/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)