mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
board/solidrun/clearfog_gt_8k: fix auto-load of dsa driver
Commit 5facee5cc32b ("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:
parent
101ae29c07
commit
0864b16dcc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user