0864b16dcc
Commit 5facee5cc3
("configs/solidrun_clearfog_gt_8k: bump versions of
BSP components") broke automatic load of the mv88e6xxx dsa driver. The
kernel configuration makes the driver a module, which is not loaded
automatically at boot. Mark mv88e6xxx dependencies built-it to fix that.
Cc: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
CONFIG_MARVELL_PHY=y
|
|
CONFIG_SFP=y
|
|
CONFIG_IPV6=y
|
|
CONFIG_BRIDGE=y
|
|
CONFIG_NET_DSA=y
|
|
CONFIG_NET_DSA_MV88E6XXX=y
|