mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 21:06:15 +02:00
have sound modules built in kernel
thanks to Lars for useful hints!
This commit is contained in:
parent
5629baf0c4
commit
0cd3169e25
@ -10,7 +10,7 @@ SOUND_MENU:=Sound Support
|
|||||||
define KernelPackage/sound-core
|
define KernelPackage/sound-core
|
||||||
SUBMENU:=$(SOUND_MENU)
|
SUBMENU:=$(SOUND_MENU)
|
||||||
TITLE:=Sound support
|
TITLE:=Sound support
|
||||||
DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core
|
DEPENDS:=@AUDIO_SUPPORT +!TARGET_x86:kmod-input-core @!TARGET_xburst_qi_lb60
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_SOUND \
|
CONFIG_SOUND \
|
||||||
CONFIG_SND \
|
CONFIG_SND \
|
||||||
|
@ -37,3 +37,21 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
|
|||||||
# CONFIG_MOUSE_SERIAL is not set
|
# CONFIG_MOUSE_SERIAL is not set
|
||||||
# CONFIG_MOUSE_VSXXXAA is not set
|
# CONFIG_MOUSE_VSXXXAA is not set
|
||||||
# CONFIG_MOUSE_GPIO is not set
|
# CONFIG_MOUSE_GPIO is not set
|
||||||
|
CONFIG_SOUND=y
|
||||||
|
CONFIG_SND=y
|
||||||
|
CONFIG_SND_TIMER=y
|
||||||
|
CONFIG_SND_PCM=y
|
||||||
|
CONFIG_SND_HWDEP=y
|
||||||
|
CONFIG_SND_RAWMIDI=y
|
||||||
|
CONFIG_SND_SEQUENCER=y
|
||||||
|
CONFIG_SND_SEQ_DUMMY=y
|
||||||
|
CONFIG_SND_MIXER_OSS=y
|
||||||
|
CONFIG_SND_PCM_OSS=y
|
||||||
|
CONFIG_SND_RAWMIDI_SEQ=y
|
||||||
|
CONFIG_SND_SOC=y
|
||||||
|
CONFIG_SND_JZ4740_SOC=y
|
||||||
|
CONFIG_SND_JZ4740_SOC_QI_LB60=y
|
||||||
|
CONFIG_SND_JZ4740_SOC_I2S=y
|
||||||
|
CONFIG_SND_SOC_I2C_AND_SPI=y
|
||||||
|
CONFIG_SND_SOC_JZCODEC=y
|
||||||
|
# CONFIG_SND_VIRMIDI is not set
|
||||||
|
@ -1,8 +1 @@
|
|||||||
BOARDNAME:=QI Ben Nanonote (qi_lb60)
|
BOARDNAME:=QI Ben Nanonote (qi_lb60)
|
||||||
DEFAULT_PACKAGES += \
|
|
||||||
kmod-sound-core \
|
|
||||||
kmod-sound-soc-core \
|
|
||||||
kmod-sound-soc-jz4740 \
|
|
||||||
kmod-sound-soc-jzcodec \
|
|
||||||
kmod-sound-soc-qilb60 \
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user