mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Driver was not configured to select page_pool, causing a compile error
if page pool module was not already selected.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202502211253.3XRosM9I-lkp@intel.com/
Fixes: d24cb52b2d
("enic: Use the Page Pool API for RX")
Reviewed-by: Nelson Escobar <neescoba@cisco.com>
Signed-off-by: John Daley <johndale@cisco.com>
Reviewed-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20250224234350.23157-2-johndale@cisco.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
11 lines
230 B
Text
11 lines
230 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Cisco device configuration
|
|
#
|
|
|
|
config ENIC
|
|
tristate "Cisco VIC Ethernet NIC Support"
|
|
depends on PCI
|
|
select PAGE_POOL
|
|
help
|
|
This enables the support for the Cisco VIC Ethernet card.
|