]> git.baikalelectronics.ru Git - kernel.git/commit
misdn: dsp: select CONFIG_BITREVERSE
authorArnd Bergmann <arnd@arndb.de>
Sun, 3 Jan 2021 21:36:22 +0000 (22:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2021 23:50:36 +0000 (15:50 -0800)
commitd1a8bd6868117322dfd606e2dc9929c030e63fb6
treedd0a67f4c7b2cb7009960e4e9e0c3f781cf4bf1f
parent58b9940d79816f70943e624e0bcd4e727f6fb955
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>
drivers/isdn/mISDN/Kconfig