Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) Kconfig (58771c1cb0023fdd744e76d6cad7716dc4f579ee)
1#
2# Bluetooth subsystem configuration
3#
4
5menuconfig BT
6 tristate "Bluetooth subsystem support"
7 depends on NET && !S390
8 depends on RFKILL || !RFKILL
9 select CRC16
10 select CRYPTO
11 select CRYPTO_BLKCIPHER
12 select CRYPTO_AES
13 select CRYPTO_CMAC
14 select CRYPTO_ECB
15 select CRYPTO_SHA256
1#
2# Bluetooth subsystem configuration
3#
4
5menuconfig BT
6 tristate "Bluetooth subsystem support"
7 depends on NET && !S390
8 depends on RFKILL || !RFKILL
9 select CRC16
10 select CRYPTO
11 select CRYPTO_BLKCIPHER
12 select CRYPTO_AES
13 select CRYPTO_CMAC
14 select CRYPTO_ECB
15 select CRYPTO_SHA256
16 select CRYPTO_ECDH
16 help
17 Bluetooth is low-cost, low-power, short-range wireless technology.
18 It was designed as a replacement for cables and other short-range
19 technologies like IrDA. Bluetooth operates in personal area range
20 that typically extends up to 10 meters. More information about
21 Bluetooth can be found at <http://www.bluetooth.com/>.
22
23 Linux Bluetooth subsystem consist of several layers:

--- 93 unchanged lines hidden ---
17 help
18 Bluetooth is low-cost, low-power, short-range wireless technology.
19 It was designed as a replacement for cables and other short-range
20 technologies like IrDA. Bluetooth operates in personal area range
21 that typically extends up to 10 meters. More information about
22 Bluetooth can be found at <http://www.bluetooth.com/>.
23
24 Linux Bluetooth subsystem consist of several layers:

--- 93 unchanged lines hidden ---