diff options
Diffstat (limited to 'net/bluetooth/Kconfig')
-rw-r--r-- | net/bluetooth/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 10c752f18feb..06ec14499ca1 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig | |||
@@ -6,6 +6,7 @@ menuconfig BT | |||
6 | tristate "Bluetooth subsystem support" | 6 | tristate "Bluetooth subsystem support" |
7 | depends on NET && !S390 | 7 | depends on NET && !S390 |
8 | depends on RFKILL || !RFKILL | 8 | depends on RFKILL || !RFKILL |
9 | select 6LOWPAN_IPHC if BT_6LOWPAN | ||
9 | select CRC16 | 10 | select CRC16 |
10 | select CRYPTO | 11 | select CRYPTO |
11 | select CRYPTO_BLKCIPHER | 12 | select CRYPTO_BLKCIPHER |
@@ -42,7 +43,6 @@ menuconfig BT | |||
42 | config BT_6LOWPAN | 43 | config BT_6LOWPAN |
43 | bool "Bluetooth 6LoWPAN support" | 44 | bool "Bluetooth 6LoWPAN support" |
44 | depends on BT && IPV6 | 45 | depends on BT && IPV6 |
45 | select 6LOWPAN_IPHC | ||
46 | help | 46 | help |
47 | IPv6 compression over Bluetooth. | 47 | IPv6 compression over Bluetooth. |
48 | 48 | ||