diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-01-27 19:07:32 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-01-29 10:08:21 +0100 |
commit | d02d4556789f59f472c3134569a341a48f18c1ec (patch) | |
tree | 36b2e5fe408d34359f39b2e8252d6a5ebd344783 /config | |
parent | 83d3e255f1cc7ca59e51f02857cef2e004d946dc (diff) | |
download | upstream-d02d4556789f59f472c3134569a341a48f18c1ec.tar.gz upstream-d02d4556789f59f472c3134569a341a48f18c1ec.tar.bz2 upstream-d02d4556789f59f472c3134569a341a48f18c1ec.zip |
kernel: make it possible for packages to select page pool support
Will be used by the next mt76 update
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index eed3fba1aa..81b76179a5 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1123,6 +1123,13 @@ config KERNEL_WEXT_PROC config KERNEL_WEXT_SPY def_bool KERNEL_WIRELESS_EXT +config KERNEL_PAGE_POOL + def_bool n + +config KERNEL_PAGE_POOL_STATS + bool "Page pool stats support" + depends on KERNEL_PAGE_POOL + depends on !LINUX_5_10 # # NFS related symbols |