aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-03-16 15:46:59 -0400
committerTony Lindgren <tony@atomide.com>2015-03-16 15:46:59 -0400
commit930a1d29744230ac74c0937dcc6fdf99c6489253 (patch)
tree7ebc1c5a1a029511184dbcdd78e2ac132065f9f5
parente804c9258b553c469039e63c2f6933b3adc38a26 (diff)
ARM: omap2plus_defconfig: Update bluetooth options
Many omaps have bluetooth, so let's make it available as modules. Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/configs/omap2plus_defconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index df41f2ce3a6d..6c7722df44d0 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -91,13 +91,28 @@ CONFIG_CAN=m
91CONFIG_CAN_C_CAN=m 91CONFIG_CAN_C_CAN=m
92CONFIG_CAN_C_CAN_PLATFORM=m 92CONFIG_CAN_C_CAN_PLATFORM=m
93CONFIG_BT=m 93CONFIG_BT=m
94CONFIG_BT_RFCOMM=m
95CONFIG_BT_RFCOMM_TTY=y
96CONFIG_BT_BNEP=m
97CONFIG_BT_BNEP_MC_FILTER=y
98CONFIG_BT_BNEP_PROTO_FILTER=y
99CONFIG_BT_HIDP=m
100CONFIG_BT_HCIBTUSB=m
101CONFIG_BT_HCIBTSDIO=m
94CONFIG_BT_HCIUART=m 102CONFIG_BT_HCIUART=m
95CONFIG_BT_HCIUART_H4=y 103CONFIG_BT_HCIUART_H4=y
96CONFIG_BT_HCIUART_BCSP=y 104CONFIG_BT_HCIUART_BCSP=y
97CONFIG_BT_HCIUART_LL=y 105CONFIG_BT_HCIUART_LL=y
106CONFIG_BT_HCIUART_3WIRE=y
98CONFIG_BT_HCIBCM203X=m 107CONFIG_BT_HCIBCM203X=m
99CONFIG_BT_HCIBPA10X=m 108CONFIG_BT_HCIBPA10X=m
100CONFIG_CFG80211=m 109CONFIG_CFG80211=m
110CONFIG_BT_HCIBFUSB=m
111CONFIG_BT_HCIVHCI=m
112CONFIG_BT_MRVL=m
113CONFIG_BT_MRVL_SDIO=m
114CONFIG_AF_RXRPC=m
115CONFIG_RXKAD=m
101CONFIG_MAC80211=m 116CONFIG_MAC80211=m
102CONFIG_DEVTMPFS=y 117CONFIG_DEVTMPFS=y
103CONFIG_DEVTMPFS_MOUNT=y 118CONFIG_DEVTMPFS_MOUNT=y