Skip to content

Commit

Permalink
kernel: add more disabled config options
Browse files Browse the repository at this point in the history
NET_DSA_MSCC_FELIX:

Marvell 88E6xxx Ethernet switch fabric support (NET_DSA_MV88E6XXX) [N/m/y/?] n
Ocelot / Felix Ethernet switch support (NET_DSA_MSCC_FELIX) [N/m/y/?] (NEW)
Error in reading or end of file.

make[6]: *** [scripts/kconfig/Makefile:71: syncconfig] Error 1
make[5]: *** [Makefile:603: syncconfig] Error 2

IR_IMON_RAW:
    SoundGraph iMON Receiver (early raw IR models) (IR_IMON_RAW) [N/m/?] (NEW)

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[squashed with "kernel: add missing IR_IMON_RAW config symbol"]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
BKPepe authored and chunkeey committed Dec 10, 2021
1 parent ea49690 commit 1c4b3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/generic/config-5.10
Expand Up @@ -2766,6 +2766,7 @@ CONFIG_IP_VS_MH_TAB_INDEX=10
# CONFIG_IR_IGUANA is not set
# CONFIG_IR_IMG is not set
# CONFIG_IR_IMON is not set
# CONFIG_IR_IMON_RAW is not set
# CONFIG_IR_JVC_DECODER is not set
# CONFIG_IR_LIRC_CODEC is not set
# CONFIG_IR_MCEUSB is not set
Expand Down Expand Up @@ -3831,6 +3832,7 @@ CONFIG_NET_CORE=y
# CONFIG_NET_DSA_LOOP is not set
# CONFIG_NET_DSA_MICROCHIP_KSZ8795 is not set
# CONFIG_NET_DSA_MICROCHIP_KSZ9477 is not set
# CONFIG_NET_DSA_MSCC_FELIX is not set
# CONFIG_NET_DSA_MSCC_SEVILLE is not set
# CONFIG_NET_DSA_MT7530 is not set
# CONFIG_NET_DSA_MV88E6060 is not set
Expand Down

0 comments on commit 1c4b3ce

Please sign in to comment.