diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-21 11:45:27 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-21 11:45:27 +0000 |
commit | 782e432797d90904bab73fac9f458ac5ad8de1aa (patch) | |
tree | a319f77f14c7cc4e90223d89a7d30af888ac846f /target | |
parent | aafe123d02db05bc67ad6c2e6cf653f9f1ee87da (diff) | |
download | upstream-782e432797d90904bab73fac9f458ac5ad8de1aa.tar.gz upstream-782e432797d90904bab73fac9f458ac5ad8de1aa.tar.bz2 upstream-782e432797d90904bab73fac9f458ac5ad8de1aa.zip |
bcm53xx: enable FIXED_PHY, we will need it for bgmac
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44916
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-3.18 b/target/linux/bcm53xx/config-3.18 index 29c326f7cb..4ad9527fda 100644 --- a/target/linux/bcm53xx/config-3.18 +++ b/target/linux/bcm53xx/config-3.18 @@ -104,6 +104,7 @@ CONFIG_DEBUG_UNCOMPRESS=y CONFIG_DEBUG_USER=y CONFIG_DTC=y CONFIG_EARLY_PRINTK=y +CONFIG_FIXED_PHY=y CONFIG_FRAME_POINTER=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y |