kconfig: extend the max msix table number to 64

There are some devices (like Samsung NVMe SSD SM981/PM981 which has 33 MSIX tables)
which have more than 16 MSIX tables. Extend the default value to 64 to handle them.

Tracked-On: #4994
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
Yin Fengwei 2020-06-30 11:51:00 +08:00 committed by wenlingz
parent e413e23bdd
commit fcec5a94be
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ config MAX_PCI_DEV_NUM
config MAX_MSIX_TABLE_NUM
int "Maximum number of MSI-X tables per device"
range 1 2048
default 16
default 64
config ENFORCE_VALIDATED_ACPI_INFO
bool "Enforce the use of validated ACPI info table"