Re: [PATCH net-next 3/9] octeontx2-pf: switch: Add pf files hierarchy
From: Julian Braha
Date: Thu Jul 02 2026 - 15:01:28 EST
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