https://github.com/torvalds/linux
Revision 7dcf78b870be6418d72bb1c4d4924bf0f5ca5052 authored by Tony Nguyen on 19 October 2021, 20:04:16 UTC, committed by Tony Nguyen on 20 October 2021, 16:07:22 UTC
As part of support for E810 XXV devices, some device ids were
inadvertently left out. Add those missing ids.

Fixes: 195fb97766da ("ice: add additional E810 device id")
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Paul Menzel <pmenzel@molgen.mpg.de>
1 parent 79cc832
Raw File
Tip revision: 7dcf78b870be6418d72bb1c4d4924bf0f5ca5052 authored by Tony Nguyen on 19 October 2021, 20:04:16 UTC
ice: Add missing E810 device ids
Tip revision: 7dcf78b
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top