Skip to content

Commit

Permalink
config: disable CONFIG_BT_WILINK, then we can use bluez/etc..
Browse files Browse the repository at this point in the history
fixes: beagleboard/linux#60
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson authored and thess committed Feb 23, 2016
1 parent 565f624 commit ff84e27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ CONFIG_BT_HCIBFUSB=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
CONFIG_BT_WILINK=m
# CONFIG_BT_WILINK is not set
CONFIG_AF_RXRPC=m
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=m
Expand Down
2 changes: 2 additions & 0 deletions tools/config-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ config="CONFIG_BT_HCIBCM203X" ; config_module
config="CONFIG_BT_HCIBPA10X" ; config_module
config="CONFIG_BT_HCIBFUSB" ; config_module

config="CONFIG_BT_WILINK" ; config_disable

#
# Generic Driver Options
#
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ toolchain="gcc_linaro_gnueabihf_4_9"
#Kernel/Build
KERNEL_REL=4.1
KERNEL_TAG=${KERNEL_REL}.15
BUILD=${build_prefix}-r41.2
BUILD=${build_prefix}-r41.3
kernel_rt=".15-rt17"

#v4.X-rcX + upto SHA
Expand Down

0 comments on commit ff84e27

Please sign in to comment.