Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Wol
On 23/12/2022 12:46, Michael wrote: On Friday, 23 December 2022 10:09:10 GMT Peter Böhm wrote: It is in: Memory Management options ---> and you will see it only if you have enabled this: Depends on: MEMORY_HOTPLUG [=y] && MEMORY_HOTREMOVE [=y] && SPARSEMEM_VMEMMAP [=y] && ARCH_HAS_PTE_DEVMAP

Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Michael
On Friday, 23 December 2022 13:30:22 GMT Morgan Wesström wrote: > > Hidden options do not show up until precedents have been enabled. I had > > to > > enable a couple of the HOTPLUG options and then it showed up. > > You can press the letter Z to toggle the display of hidden items. > > /Morgan

Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Morgan Wesström
Hidden options do not show up until precedents have been enabled. I had to enable a couple of the HOTPLUG options and then it showed up. You can press the letter Z to toggle the display of hidden items. /Morgan

Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Michael
On Friday, 23 December 2022 10:09:10 GMT Peter Böhm wrote: > It is in: > Memory Management options ---> > > and you will see it only if you have enabled this: > > Depends on: MEMORY_HOTPLUG [=y] && MEMORY_HOTREMOVE [=y] && > SPARSEMEM_VMEMMAP [=y] && ARCH_HAS_PTE_DEVMAP [=y] Thanks! I found

Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Peter Böhm
It is in: Memory Management options ---> and you will see it only if you have enabled this: Depends on: MEMORY_HOTPLUG [=y] && MEMORY_HOTREMOVE [=y] && SPARSEMEM_VMEMMAP [=y] && ARCH_HAS_PTE_DEVMAP [=y] You can ALWAYS search with a / in make menuconfig (leading CONFIG_ is not necessary). Am

[gentoo-user] Locating CONFIG_ZONE_DEVICE

2022-12-23 Thread Michael
I got this message: * Messages for package dev-libs/roct-thunk-interface-5.3.3: * CONFIG_ZONE_DEVICE: is not set when it should be. * Please check to make sure these options are set correctly. * Failure to do so may cause unexpected problems. and stated searching for ZONE_DEVICE