Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
f19a59cd
Commit
f19a59cd
authored
Oct 31, 2002
by
Maksim Krasnyanskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bluetooth Kconfigs. Cleanup things missed by automatic converter.
parent
108065c2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
20 deletions
+20
-20
drivers/bluetooth/Kconfig
drivers/bluetooth/Kconfig
+10
-10
net/bluetooth/Kconfig
net/bluetooth/Kconfig
+7
-7
net/bluetooth/bnep/Kconfig
net/bluetooth/bnep/Kconfig
+2
-2
net/bluetooth/rfcomm/Kconfig
net/bluetooth/rfcomm/Kconfig
+1
-1
No files found.
drivers/bluetooth/Kconfig
View file @
f19a59cd
menu "Bluetooth device drivers"
menu "Bluetooth device drivers"
depends on BT
!=n
depends on BT
config BT_HCIUSB
config BT_HCIUSB
tristate "HCI USB driver"
tristate "HCI USB driver"
...
@@ -81,7 +81,7 @@ config BT_HCIDTL1
...
@@ -81,7 +81,7 @@ config BT_HCIDTL1
config BT_HCIBT3C
config BT_HCIBT3C
tristate "HCI BT3C (PC Card) driver"
tristate "HCI BT3C (PC Card) driver"
depends on PCMCIA && BT
depends on PCMCIA && BT
---help---
help
Bluetooth HCI BT3C (PC Card) driver.
Bluetooth HCI BT3C (PC Card) driver.
This driver provides support for Bluetooth PCMCIA devices with
This driver provides support for Bluetooth PCMCIA devices with
3Com BT3C interface:
3Com BT3C interface:
...
...
net/bluetooth/Kconfig
View file @
f19a59cd
...
@@ -7,7 +7,7 @@ menu "Bluetooth support"
...
@@ -7,7 +7,7 @@ menu "Bluetooth support"
config BT
config BT
tristate "Bluetooth subsystem support"
tristate "Bluetooth subsystem support"
---help---
help
Bluetooth is low-cost, low-power, short-range wireless technology.
Bluetooth is low-cost, low-power, short-range wireless technology.
It was designed as a replacement for cables and other short-range
It was designed as a replacement for cables and other short-range
technologies like IrDA. Bluetooth operates in personal area range
technologies like IrDA. Bluetooth operates in personal area range
...
...
net/bluetooth/bnep/Kconfig
View file @
f19a59cd
config BT_BNEP
config BT_BNEP
tristate "BNEP protocol support"
tristate "BNEP protocol support"
depends on BT_L2CAP
depends on BT
&& BT
_L2CAP
---help---
help
BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
emulation layer on top of Bluetooth. BNEP is required for Bluetooth
emulation layer on top of Bluetooth. BNEP is required for Bluetooth
PAN (Personal Area Network).
PAN (Personal Area Network).
...
...
net/bluetooth/rfcomm/Kconfig
View file @
f19a59cd
config BT_RFCOMM
config BT_RFCOMM
tristate "RFCOMM protocol support"
tristate "RFCOMM protocol support"
depends on BT_L2CAP
depends on BT
&& BT
_L2CAP
help
help
RFCOMM provides connection oriented stream transport. RFCOMM
RFCOMM provides connection oriented stream transport. RFCOMM
support is required for Dialup Networking, OBEX and other Bluetooth
support is required for Dialup Networking, OBEX and other Bluetooth
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment