In theory this is something that we shouldn't be setting on a per-BSP basis, but instead using something more common like the developer ktype.
But we've already got this in a few BSPs, and I'll not bother with the clean up for now, so this is merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] ti-j72xx: add CONFIG_EXPERT config on 01/02/2021 Xulin Sun wrote: > CONFIG_EXPERT will involve the CONFIG_COMPAT, which is to execute 32-bit > userspace applications. Usually this COMPAT config depends on 4K PAGES, > now this BSP is 64K_PAGES. So need to add the EXPERT config. > > Signed-off-by: Xulin Sun <[email protected]> > --- > bsp/ti-j72xx/ti-j72xx.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/bsp/ti-j72xx/ti-j72xx.cfg b/bsp/ti-j72xx/ti-j72xx.cfg > index 4bec5b2b..122f6954 100755 > --- a/bsp/ti-j72xx/ti-j72xx.cfg > +++ b/bsp/ti-j72xx/ti-j72xx.cfg > @@ -28,6 +28,7 @@ CONFIG_ARCH_K3_AM6_SOC=y > CONFIG_CMA=y > CONFIG_DMA_CMA=y > > +CONFIG_EXPERT=y > CONFIG_ARM64_64K_PAGES=y > CONFIG_TRANSPARENT_HUGEPAGE=y > CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y > -- > 2.17.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9441): https://lists.yoctoproject.org/g/linux-yocto/message/9441 Mute This Topic: https://lists.yoctoproject.org/mt/80274483/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
