Re: [PATCH net-next 3/9] octeontx2-pf: switch: Add pf files hierarchy
From: Julian Braha <hidden>
Date: 2026-07-02 18:55:42
Also in:
lkml
From: Julian Braha <hidden>
Date: 2026-07-02 18:55:42
Also in:
lkml
Hi Ratheesh, On 6/30/26 03:47, Ratheesh Kannoth wrote:
+config OCTEONTX_SWITCH + tristate "Marvell OcteonTX2 switch driver" + select OCTEONTX2_MBOX + select NET_DEVLINK + default n + select PAGE_POOL + depends on (64BIT && COMPILE_TEST) || ARM64 + depends on OCTEONTX2_PF
Could you keep the 'select's together (move the 'default')? - Julian Braha