mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 10:00:37 +02:00
404d4426ba
always use prompt to display config text instead of bool/tristate git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2315 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
config BR2_PACKAGE_KMOD_ALSA
|
|
prompt "kmod-alsa......................... Alsa Sound Drivers"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
select BR2_PACKAGE_KMOD_SOUNDCORE
|
|
help
|
|
Alsa Drivers for USB Soundcards
|