aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-01-03 22:36:22 +0100
committerDavid S. Miller <davem@davemloft.net>2021-01-05 15:50:36 -0800
commit51049bd903a81307f751babe15a1df8d197884e8 (patch)
treedd0a67f4c7b2cb7009960e4e9e0c3f781cf4bf1f /drivers/isdn
parentcfg80211: select CONFIG_CRC32 (diff)
downloadlinux-dev-51049bd903a81307f751babe15a1df8d197884e8.tar.xz
linux-dev-51049bd903a81307f751babe15a1df8d197884e8.zip
misdn: dsp: select CONFIG_BITREVERSE
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: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/mISDN/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/mISDN/Kconfig b/drivers/isdn/mISDN/Kconfig
index 26cf0ac9c4ad..c9a53c222472 100644
--- a/drivers/isdn/mISDN/Kconfig
+++ b/drivers/isdn/mISDN/Kconfig
@@ -13,6 +13,7 @@ if MISDN != n
config MISDN_DSP
tristate "Digital Audio Processing of transparent data"
depends on MISDN
+ select BITREVERSE
help
Enable support for digital audio processing capability.