blob: 96709875fe4f2348495ad232e0e1a0d99e741fb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.
|