| Submitter | Bryan Wu |
|---|---|
| Date | March 24, 2010, 9:07 a.m. |
| Message ID | <1269421651-18318-3-git-send-email-bryan.wu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/48390/ |
| 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 1229f82..e066d18 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -714,7 +714,7 @@ CONFIG_FIB_RULES=y CONFIG_FILE_LOCKING=y # CONFIG_FIRMWARE_EDID is not set CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_FIXED_PHY=y +# CONFIG_FIXED_PHY is not set CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y CONFIG_FLAT_NODE_MEM_MAP=y
BugLink: http://bugs.launchpad.net/bugs/457878 When phylib is enabled in ethernet driver fec.c, there is a sysfs conflict with this built-in fixed phy driver. Since nobody is using this fixed phy driver in ARM based machine, it should be turned off. Signed-off-by: Bryan Wu <bryan.wu@canonical.com> --- debian.fsl-imx51/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)