kernel: move CONFIG_PAGE_POOL to generic

Move "# CONFIG_PAGE_POOL is not set" to generic.

Suggested-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2023-02-23 11:45:52 +01:00 committed by aiamadeus
parent 1ac276866a
commit 8832a0b868
2 changed files with 2 additions and 0 deletions

View File

@ -4228,6 +4228,7 @@ CONFIG_PACKET=y
# CONFIG_PAGE_EXTENSION is not set # CONFIG_PAGE_EXTENSION is not set
# CONFIG_PAGE_OWNER is not set # CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_POISONING is not set # CONFIG_PAGE_POISONING is not set
# CONFIG_PAGE_POOL is not set
# CONFIG_PAGE_REPORTING is not set # CONFIG_PAGE_REPORTING is not set
# CONFIG_PAGE_SIZE_16KB is not set # CONFIG_PAGE_SIZE_16KB is not set
# CONFIG_PAGE_SIZE_32KB is not set # CONFIG_PAGE_SIZE_32KB is not set

View File

@ -4440,6 +4440,7 @@ CONFIG_PACKET=y
# CONFIG_PAGE_EXTENSION is not set # CONFIG_PAGE_EXTENSION is not set
# CONFIG_PAGE_OWNER is not set # CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_POISONING is not set # CONFIG_PAGE_POISONING is not set
# CONFIG_PAGE_POOL is not set
# CONFIG_PAGE_POOL_STATS is not set # CONFIG_PAGE_POOL_STATS is not set
# CONFIG_PAGE_REPORTING is not set # CONFIG_PAGE_REPORTING is not set
# CONFIG_PAGE_SIZE_16KB is not set # CONFIG_PAGE_SIZE_16KB is not set