diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-11 02:11:38 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-11 02:11:38 -0700 |
| commit | 4327a86ff9a7e6af17d12dcc6c762911f2d3f155 (patch) | |
| tree | 4416d3a2b457377829b93ae482e814d940ac3dc0 | |
| parent | 99d8a1732130a4254768bd0c2a228f3929cbc9ca (diff) | |
| download | olio-linux-3.10-4327a86ff9a7e6af17d12dcc6c762911f2d3f155.tar.xz olio-linux-3.10-4327a86ff9a7e6af17d12dcc6c762911f2d3f155.zip | |
Making HCI uart a module
Change-Id: Ie701ef1e11c16d958c002f04f0d50c61f3b88ed7
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index b28833d6827..7ecf2b83edb 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -918,7 +918,7 @@ CONFIG_BT_RFCOMM_TTY=y # Bluetooth device drivers # # CONFIG_BT_HCIBTUSB is not set -CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART=m CONFIG_BT_HCIUART_H4=y # CONFIG_BT_HCIUART_BCSP is not set # CONFIG_BT_HCIUART_ATH3K is not set |