mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 21:00:37 +02:00
trunk: build sound modules in kernel
This commit is contained in:
parent
87ead7daa1
commit
bde251af95
@ -50,7 +50,7 @@ SOUNDCORE_FILES ?= \
|
||||
define KernelPackage/sound-core
|
||||
SUBMENU:=$(SOUND_MENU)
|
||||
TITLE:=Sound support
|
||||
DEPENDS:=@AUDIO_SUPPORT
|
||||
DEPENDS:=@AUDIO_SUPPORT @!TARGET_xburst_qi_lb60
|
||||
KCONFIG:= \
|
||||
CONFIG_SOUND \
|
||||
CONFIG_SND \
|
||||
|
@ -15,3 +15,22 @@ CONFIG_SPI=y
|
||||
CONFIG_SPI_BITBANG=y
|
||||
CONFIG_SPI_GPIO=y
|
||||
CONFIG_SPI_MASTER=y
|
||||
CONFIG_SOUND=y
|
||||
CONFIG_SND=y
|
||||
CONFIG_SND_TIMER=y
|
||||
CONFIG_SND_PCM=y
|
||||
CONFIG_SND_HWDEP=y
|
||||
CONFIG_SND_SEQUENCER=y
|
||||
CONFIG_SND_SEQ_DUMMY=y
|
||||
CONFIG_SND_MIXER_OSS=y
|
||||
CONFIG_SND_PCM_OSS=y
|
||||
# CONFIG_SND_RAWMIDI_SEQ is not set
|
||||
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
|
||||
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
|
||||
# CONFIG_SND_SEQUENCER_OSS is not set
|
||||
|
@ -1,8 +1 @@
|
||||
BOARDNAME:=QI Ben Nanonote (qi_lb60)
|
||||
DEFAULT_PACKAGES += \
|
||||
kmod-sound-core \
|
||||
kmod-sound-soc-core \
|
||||
kmod-sound-soc-jz4740 \
|
||||
kmod-sound-soc-jz4740-codec \
|
||||
kmod-sound-soc-qilb60 \
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user