bcm53xx: include Broadcom PHY driver in the kernel
authorRafał Miłecki <rafal@milecki.pl>
Tue, 7 Feb 2017 17:11:17 +0000 (18:11 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 3 Mar 2017 10:39:49 +0000 (11:39 +0100)
commit0c05cadeb775f83fa40fbdd13941a5e7396505f5
tree22eb26812ab3ce5f786506fb29dd1ce25f8d95b0
parentf4fc12f0230b9c99b4140a1b4700d42010b86609
bcm53xx: include Broadcom PHY driver in the kernel

Initial idea was to use package with this PHY driver for devices that
need it. Unfortunately this can't work as bgmac is built-in and PHY
probing happens before loading modules - it results in PHY subsystem
picking default (generic) PHY driver.

There were two ways of solving this:
1) Making bcm53xx use bgmac as module
xor
2) Built-in Broadcom PHY driver

After some quick discussion it seems we can simply built-in the driver
as increased kenel size is relatively small (1805 B).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
target/linux/bcm53xx/config-4.4