Config.in
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. #
  2. # Bluetooth configuration
  3. #
  4. if [ "$CONFIG_NET" != "n" ]; then
  5.    mainmenu_option next_comment
  6.    comment 'Bluetooth support'
  7.    dep_tristate 'Bluetooth subsystem support' CONFIG_BLUEZ $CONFIG_NET
  8.    if [ "$CONFIG_BLUEZ" != "n" ]; then
  9.       dep_tristate 'L2CAP protocol support' CONFIG_BLUEZ_L2CAP $CONFIG_BLUEZ
  10.       dep_tristate 'SCO links support' CONFIG_BLUEZ_SCO $CONFIG_BLUEZ
  11.       source net/bluetooth/bnep/Config.in
  12.       source drivers/bluetooth/Config.in
  13.    fi
  14.    endmenu
  15. fi