Gentoo Archives: gentoo-user

From: "Peter Böhm" <peter.bo@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE
Date: Fri, 23 Dec 2022 10:09:24
Message-Id: 2660608.mvXUDI8C0e@big
In Reply to: [gentoo-user] Locating CONFIG_ZONE_DEVICE by Michael
1 It is in:
2 Memory Management options --->
3
4 and you will see it only if you have enabled this:
5
6 Depends on: MEMORY_HOTPLUG [=y] && MEMORY_HOTREMOVE [=y] && SPARSEMEM_VMEMMAP
7 [=y] && ARCH_HAS_PTE_DEVMAP [=y]
8
9 You can ALWAYS search with a / in make menuconfig (leading CONFIG_ is not
10 necessary).
11
12 Am Freitag, 23. Dezember 2022, 10:50:55 CET schrieb Michael:
13 > I got this message:
14 >
15 > * Messages for package dev-libs/roct-thunk-interface-5.3.3:
16 >
17 > * CONFIG_ZONE_DEVICE: is not set when it should be.
18 > * Please check to make sure these options are set correctly.
19 > * Failure to do so may cause unexpected problems.
20 >
21 > and stated searching for ZONE_DEVICE in my kernel config, but can't find it:
22 >
23 > $ grep ZONE_DEVICE /usr/src/linux/.config
24 > $
25 > $ grep ZONE /usr/src/linux/.config
26 > CONFIG_BLK_DEV_ZONED=y
27 > CONFIG_BLK_DEBUG_FS_ZONED=y
28 > CONFIG_ZONE_DMA=y
29 > CONFIG_ZONE_DMA32=y
30 > # CONFIG_NF_CONNTRACK_ZONES is not set
31 > # CONFIG_DM_ZONED is not set
32 > # CONFIG_ZONEFS_FS is not set
33 > $
34 >
35 > Any idea where it might be hiding?

Replies

Subject Author
Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE Michael <confabulate@××××××××.com>