From 7c5e847827a550ceab5eab4a3b91386fb53fb2b9 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Thu, 23 Feb 2023 11:45:52 +0100 Subject: [PATCH] kernel: move CONFIG_PAGE_POOL to generic Move "# CONFIG_PAGE_POOL is not set" to generic. Suggested-by: Hauke Mehrtens Signed-off-by: Nick Hainke --- target/linux/generic/config-5.10 | 1 + target/linux/generic/config-5.15 | 1 + target/linux/ipq807x/config-5.15 | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 01bebbbab4..2f510db344 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -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 diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 8334117975..5157b831db 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -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 diff --git a/target/linux/ipq807x/config-5.15 b/target/linux/ipq807x/config-5.15 index 6ab29ebbe6..a3d0628be9 100644 --- a/target/linux/ipq807x/config-5.15 +++ b/target/linux/ipq807x/config-5.15 @@ -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 -- 2.30.2