net: netdevsim: select PAGE_POOL in Kconfig
authorJakub Kicinski <kuba@kernel.org>
Tue, 16 Apr 2024 23:21:37 +0000 (16:21 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 18 Apr 2024 01:25:30 +0000 (18:25 -0700)
commit94e2a19a0e225bed4abec41650aee62ed99adbdb
tree7d3c6f9dd421aae37cef6cd9181e903b405921fd
parentbc1b7f02c8feff2ec6f242493f17d4a5d43afb50
net: netdevsim: select PAGE_POOL in Kconfig

build bot points out that I forgot to add the PAGE_POOL
config dependency when adding the support in netdevsim.

Fixes: 1580cbcbfe77 ("net: netdevsim: add some fake page pool use")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404170348.thxrboF1-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202404170527.LIAPSyMB-lkp@intel.com/
Link: https://lore.kernel.org/r/20240416232137.2022058-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/Kconfig