• Arnd Bergmann's avatar
    ASoC: omap: Amstrad E3 needs TTY support for codec · b7a80379
    Arnd Bergmann authored
    The cx20442 codec driver used here requires the TTY layer to
    be enabled, or we get a link error:
    
    sound/built-in.o: In function `cx20442_codec_remove':
    cx20442.c:398: undefined reference to `tty_hangup'
    sound/built-in.o: In function `ams_delta_remove':
    ams-delta.c:613: undefined reference to `tty_unregister_ldisc'
    sound/built-in.o: In function `ams_delta_cx20442_init':
    ams-delta.c:559: undefined reference to `tty_register_ldisc'
    
    This adds the missing dependency in the E3 configuration, there
    was already one for the codec.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarXia Kaixu <kaixu.xia@linaro.org>
    Signed-off-by: default avatarMark Brown <broonie@linaro.org>
    b7a80379
Kconfig 3.91 KB