diff options
author | Tony Lindgren <tony@atomide.com> | 2015-03-16 15:46:59 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-16 15:46:59 -0400 |
commit | 930a1d29744230ac74c0937dcc6fdf99c6489253 (patch) | |
tree | 7ebc1c5a1a029511184dbcdd78e2ac132065f9f5 | |
parent | e804c9258b553c469039e63c2f6933b3adc38a26 (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_defconfig | 15 |
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 | |||
91 | CONFIG_CAN_C_CAN=m | 91 | CONFIG_CAN_C_CAN=m |
92 | CONFIG_CAN_C_CAN_PLATFORM=m | 92 | CONFIG_CAN_C_CAN_PLATFORM=m |
93 | CONFIG_BT=m | 93 | CONFIG_BT=m |
94 | CONFIG_BT_RFCOMM=m | ||
95 | CONFIG_BT_RFCOMM_TTY=y | ||
96 | CONFIG_BT_BNEP=m | ||
97 | CONFIG_BT_BNEP_MC_FILTER=y | ||
98 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
99 | CONFIG_BT_HIDP=m | ||
100 | CONFIG_BT_HCIBTUSB=m | ||
101 | CONFIG_BT_HCIBTSDIO=m | ||
94 | CONFIG_BT_HCIUART=m | 102 | CONFIG_BT_HCIUART=m |
95 | CONFIG_BT_HCIUART_H4=y | 103 | CONFIG_BT_HCIUART_H4=y |
96 | CONFIG_BT_HCIUART_BCSP=y | 104 | CONFIG_BT_HCIUART_BCSP=y |
97 | CONFIG_BT_HCIUART_LL=y | 105 | CONFIG_BT_HCIUART_LL=y |
106 | CONFIG_BT_HCIUART_3WIRE=y | ||
98 | CONFIG_BT_HCIBCM203X=m | 107 | CONFIG_BT_HCIBCM203X=m |
99 | CONFIG_BT_HCIBPA10X=m | 108 | CONFIG_BT_HCIBPA10X=m |
100 | CONFIG_CFG80211=m | 109 | CONFIG_CFG80211=m |
110 | CONFIG_BT_HCIBFUSB=m | ||
111 | CONFIG_BT_HCIVHCI=m | ||
112 | CONFIG_BT_MRVL=m | ||
113 | CONFIG_BT_MRVL_SDIO=m | ||
114 | CONFIG_AF_RXRPC=m | ||
115 | CONFIG_RXKAD=m | ||
101 | CONFIG_MAC80211=m | 116 | CONFIG_MAC80211=m |
102 | CONFIG_DEVTMPFS=y | 117 | CONFIG_DEVTMPFS=y |
103 | CONFIG_DEVTMPFS_MOUNT=y | 118 | CONFIG_DEVTMPFS_MOUNT=y |