board/solidrun/clearfog_gt_8k: fix auto-load of dsa driver

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>
This commit is contained in:
Baruch Siach 2019-09-23 10:30:43 +03:00 committed by Thomas Petazzoni
parent 101ae29c07
commit 0864b16dcc

View File

@ -1,4 +1,6 @@
CONFIG_MARVELL_PHY=y
CONFIG_SFP=y
CONFIG_IPV6=y
CONFIG_BRIDGE=y
CONFIG_NET_DSA=y
CONFIG_NET_DSA_MV88E6XXX=y