Gentoo Archives: gentoo-user

From: Michael <confabulate@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE
Date: Fri, 23 Dec 2022 12:47:16
Message-Id: 4786132.GXAFRqVoOG@lenovo.localdomain
In Reply to: Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE by "Peter Böhm"
1 On Friday, 23 December 2022 10:09:10 GMT Peter Böhm wrote:
2 > It is in:
3 > Memory Management options --->
4 >
5 > and you will see it only if you have enabled this:
6 >
7 > Depends on: MEMORY_HOTPLUG [=y] && MEMORY_HOTREMOVE [=y] &&
8 > SPARSEMEM_VMEMMAP [=y] && ARCH_HAS_PTE_DEVMAP [=y]
9
10 Thanks! I found it. :-)
11
12 ~ $ grep ZONE_DEVICE /usr/src/linux/.config
13 CONFIG_ZONE_DEVICE=y
14
15 > You can ALWAYS search with a / in make menuconfig (leading CONFIG_ is not
16 > necessary).
17
18 Hidden options do not show up until precedents have been enabled. I had to
19 enable a couple of the HOTPLUG options and then it showed up.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE "Morgan Wesström" <gentoo-bugzilla@×××××××××.biz>
Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE Wol <antlists@××××××××××××.uk>