diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:38:02 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:23 +1000 |
commit | dcb59561544ecdbb05949f2673bb43ce8f30b2fc (patch) | |
tree | 893f9a5ff91516d9bb71a77e6371124b4778b8f1 /arch/powerpc/configs | |
parent | c29f9b31bbe09b5593aecdd618651bac336decae (diff) | |
download | talos-obmc-linux-dcb59561544ecdbb05949f2673bb43ce8f30b2fc.tar.gz talos-obmc-linux-dcb59561544ecdbb05949f2673bb43ce8f30b2fc.zip |
powerpc/configs/6xx: Drop no longer needed CONFIG_BT_HCIUART_H4
Since commit 943cc592195e ("Bluetooth: bpa10x: Use h4_recv_buf helper
for frame reassembly") we no longer need to set CONFIG_BT_HCIUART_H4
in our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 119032c0abcf..583b7f3d0832 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -330,7 +330,6 @@ CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y CONFIG_BT_HIDP=m CONFIG_BT_HCIUART=m -CONFIG_BT_HCIUART_H4=y CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=m |