Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# ISDN device configuration
#
if [ "$CONFIG_INET" != "n" ]; then
  bool 'Support synchronous PPP' CONFIG_ISDN_PPP
  if [ "$CONFIG_ISDN_PPP" != "n" ]; then
    bool 'Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
    bool 'Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
  fi
fi
bool 'Support audio via ISDN' CONFIG_ISDN_AUDIO
dep_tristate 'ICN 2B and 4B support' CONFIG_ISDN_DRV_ICN $CONFIG_ISDN
dep_tristate 'PCBIT-D support' CONFIG_ISDN_DRV_PCBIT $CONFIG_ISDN
dep_tristate 'Teles/NICCY1016PC/Creatix support' CONFIG_ISDN_DRV_TELES $CONFIG_ISDN