diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-23 02:04:36 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-23 02:06:00 +0200 |
commit | dce035bb7161cd546927e73b556cd839211b00c8 (patch) | |
tree | 01ae9e36e08c35df420bba65d28d16683f135927 /target/linux/generic/config-5.15 | |
parent | c93c5365c0eb78ba8b479a9fe0cc5ec96f773978 (diff) | |
download | upstream-dce035bb7161cd546927e73b556cd839211b00c8.tar.gz upstream-dce035bb7161cd546927e73b556cd839211b00c8.tar.bz2 upstream-dce035bb7161cd546927e73b556cd839211b00c8.zip |
generic: 5.15: add missing PAGE_POOL_STATS config
Add new PAGE_POOL_STATS config backported for the mtk offload patches.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/generic/config-5.15')
-rw-r--r-- | target/linux/generic/config-5.15 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 8901a483dd..1375ae6257 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -4463,6 +4463,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_STATS is not set # CONFIG_PAGE_REPORTING is not set # CONFIG_PAGE_SIZE_16KB is not set # CONFIG_PAGE_SIZE_32KB is not set |