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 Hauke Mehrtens
parent f6a7ce2501
commit 7c5e847827
3 changed files with 2 additions and 1 deletions

View File

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

View File

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

View File

@ -268,7 +268,6 @@ CONFIG_OF_IRQ=y
CONFIG_OF_KOBJ=y
CONFIG_OF_MDIO=y
CONFIG_PADATA=y
# CONFIG_PAGE_POOL is not set
CONFIG_PARTITION_PERCPU=y
CONFIG_PCI=y
CONFIG_PCIEAER=y