Skip to content

Commit

Permalink
iMX6: linux: config Bluetooth support and HIDP support as modules (#1919
Browse files Browse the repository at this point in the history
)
  • Loading branch information
by-gnome authored Jan 14, 2024
1 parent ac1ee34 commit 6c2100d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/NXP/devices/iMX6/linux/linux.arm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1304,12 +1304,12 @@ CONFIG_NET_FLOW_LIMIT=y

# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_BT=y
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
# CONFIG_BT_BNEP is not set
CONFIG_BT_HIDP=y
CONFIG_BT_HIDP=m
CONFIG_BT_HS=y
CONFIG_BT_LE=y
CONFIG_BT_LEDS=y
Expand Down

0 comments on commit 6c2100d

Please sign in to comment.