https://github.com/torvalds/linux
Revision 79cc8322b6d82747cb63ea464146c0bf5b5a6bc1 authored by Sasha Neftin on 09 September 2021, 17:49:04 UTC, committed by Tony Nguyen on 20 October 2021, 16:07:21 UTC
The device ID for I226_K was incorrectly assigned, update the device
ID to the correct one.

Fixes: bfa5e98c9de4 ("igc: Add new device ID")
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Nechama Kraus <nechamax.kraus@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
1 parent 639e298
Raw File
Tip revision: 79cc8322b6d82747cb63ea464146c0bf5b5a6bc1 authored by Sasha Neftin on 09 September 2021, 17:49:04 UTC
igc: Update I226_K device ID
Tip revision: 79cc832
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