Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15a8491c authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Greg Kroah-Hartman
Browse files

misdn: dsp: select CONFIG_BITREVERSE



[ Upstream commit 51049bd903a81307f751babe15a1df8d197884e8 ]

Without this, we run into a link error

arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o: in function `dsp_audio_generate_law_tables':
(.text+0x30c): undefined reference to `byte_rev_table'
arm-linux-gnueabi-ld: drivers/isdn/mISDN/dsp_audio.o:(.text+0x5e4): more undefined references to `byte_rev_table' follow

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 635a658d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@ if MISDN != n
config MISDN_DSP
config MISDN_DSP
	tristate "Digital Audio Processing of transparent data"
	tristate "Digital Audio Processing of transparent data"
	depends on MISDN
	depends on MISDN
	select BITREVERSE
	help
	help
	  Enable support for digital audio processing capability.
	  Enable support for digital audio processing capability.