Config.in
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

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