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 | 74d43a8381d43054b7d45bedf023637a5993723a (patch) | |
tree | c6d24ac4d929700ffbf5138fe9c405a70d59dfb8 /target/linux/bcm53xx | |
parent | b775f32fefb23204e8db4e823cfca8ed0b404eb1 (diff) | |
download | upstream-74d43a8381d43054b7d45bedf023637a5993723a.tar.gz upstream-74d43a8381d43054b7d45bedf023637a5993723a.tar.bz2 upstream-74d43a8381d43054b7d45bedf023637a5993723a.zip |
bcm53xx: enable FIXED_PHY, we will need it for bgmac
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44916 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-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 |