From 8832a0b86840874d5287c37fc97ab438af126ce3 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 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 7a7141001..2ee114447 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -4228,6 +4228,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 10ee3015b..7b895a43d 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -4440,6 +4440,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