Skip to content

Commit

Permalink
kernel: usb-audio remove Kconfig USB_AUDIO
Browse files Browse the repository at this point in the history
CONFIG_USB_AUDIO is a "USB Audio Gadget" driver, not a usb device driver

CONFIG_USB_AUDIO is "USB Audio support" before linux 2.6

Signed-off-by: Liangbin Lian <[email protected]>
  • Loading branch information
jjm2473 committed Oct 29, 2023
1 parent 7d7743d commit fd7b5ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/kernel/linux/modules/usb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ $(eval $(call KernelPackage,usb-wdm))
define KernelPackage/usb-audio
TITLE:=Support for USB audio devices
KCONFIG:= \
CONFIG_USB_AUDIO \
CONFIG_SND_USB=y \
CONFIG_SND_USB_AUDIO
$(call AddDepends/usb)
Expand Down

0 comments on commit fd7b5ec

Please sign in to comment.