https://github.com/torvalds/linux
Revision 57fb54ab9f6945e204740b696bd4cee61ee04e5e authored by David Epping on 23 May 2023, 15:31:05 UTC, committed by Jakub Kicinski on 25 May 2023, 05:14:10 UTC
The mscc driver implements support for VSC8502, so its ID should be in
the MODULE_DEVICE_TABLE for automatic loading.

Signed-off-by: David Epping <david.epping@missinglinkelectronics.com>
Fixes: d3169863310d ("net: phy: mscc: add support for VSC8502")
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 1de5900
Raw File
Tip revision: 57fb54ab9f6945e204740b696bd4cee61ee04e5e authored by David Epping on 23 May 2023, 15:31:05 UTC
net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE
Tip revision: 57fb54a
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