Skip to content

Commit

Permalink
autofix crappy avm config
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 23, 2024
1 parent aa12f97 commit ed8ecb2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions make/kernel/configs/freetz/config-ipq40xx-4040_08.00
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ CONFIG_NET_INGRESS=y
CONFIG_AVM_PA=y
# CONFIG_AVM_PA_RPS is not set
CONFIG_AVM_PA_MAX_PID=32
CONFIG_AVM_PA_MAX_VPID=32
CONFIG_AVM_PA_MAX_SESSION=2048
# CONFIG_AVM_PA_TX_NAPI is not set
CONFIG_AVM_PA_SCH_LLQ=m
Expand Down Expand Up @@ -1983,6 +1982,7 @@ CONFIG_AVM_PROMCONFIG_FORCE_WORDALIGNED_ACCESS=y
# CONFIG_AVM_DT_URLADER_ENV is not set
CONFIG_AVM_REBOOT_STATUS=y
CONFIG_AVM_PROM_CONFIG=y
# CONFIG_AVM_CORE_DEBUG is not set
CONFIG_AVM_NET_TRACE=y

#
Expand Down Expand Up @@ -2913,6 +2913,7 @@ CONFIG_SND=y
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
Expand All @@ -2929,7 +2930,7 @@ CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_PROC_FS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_RAWMIDI_SEQ is not set
CONFIG_SND_RAWMIDI_SEQ=m
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
Expand All @@ -2945,6 +2946,15 @@ CONFIG_SND_HDA_PREALLOC_SIZE=64
# CONFIG_SND_SPI is not set
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
CONFIG_SND_SOC=y
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_DESIGNWARE_I2S is not set
Expand Down

0 comments on commit ed8ecb2

Please sign in to comment.