diff options
author | Wolfgang Müller | 2024-03-25 12:12:17 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-03-25 12:12:17 +0100 |
commit | 8990287e32df12a026387e13def2518a73fc1030 (patch) | |
tree | 19bf9a3fa12a9ded1c0dcc13f20609fce1cc753e | |
parent | 91c7c312cd434f1ed96a43da4c793a14ca821292 (diff) | |
download | kernfrag-8990287e32df12a026387e13def2518a73fc1030.tar.gz |
fragments: Enable BNAP and UHID for Bluetooth
This will enable PANs and the ability to pair mice, keyboards, and
gamepads.
-rw-r--r-- | fragments/net/bluetooth | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fragments/net/bluetooth b/fragments/net/bluetooth index dfff778..f025202 100644 --- a/fragments/net/bluetooth +++ b/fragments/net/bluetooth @@ -2,3 +2,9 @@ CONFIG_BT=m CONFIG_BT_RFCOMM=m CONFIG_BT_HIDP=y CONFIG_BT_HS=y + +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y + +CONFIG_UHID=m |