diff options
| author | Ecco Park <eccopark@google.com> | 2017-10-31 14:10:52 -0700 |
|---|---|---|
| committer | Davide Garberi <dade.garberi@gmail.com> | 2022-07-27 19:23:21 +0200 |
| commit | 9f2db040fb41f1792be59e24c09aa02d067e6757 (patch) | |
| tree | a903fe1a908ad00195e30bf01e4255c91087727e | |
| parent | 4420f35741982b7e659099496ded4c7c1b06db5c (diff) | |
configs: remove unused configs for Bluetooth
The configs for this is used for Bluez.
So, there is no reason to keep this that causes the Security
Vulnerability.
Bug: 63527053
Change-Id: I954017d87639b2ae8db61be2d5dedfb32ff9d1e3
Signed-off-by: Ecco Park <eccopark@google.com>
| -rw-r--r-- | arch/arm64/configs/z2_plus_defconfig | 6 | ||||
| -rw-r--r-- | arch/arm64/configs/z2_row_defconfig | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/configs/z2_plus_defconfig b/arch/arm64/configs/z2_plus_defconfig index 5df8a8b9b686..c0d47e1e7017 100644 --- a/arch/arm64/configs/z2_plus_defconfig +++ b/arch/arm64/configs/z2_plus_defconfig @@ -229,12 +229,6 @@ CONFIG_RMNET_DATA=y CONFIG_RMNET_DATA_FC=y CONFIG_SOCKEV_NLMCAST=y CONFIG_BT=y -CONFIG_BT_RFCOMM=y -CONFIG_BT_RFCOMM_TTY=y -CONFIG_BT_BNEP=y -CONFIG_BT_BNEP_MC_FILTER=y -CONFIG_BT_BNEP_PROTO_FILTER=y -CONFIG_BT_HIDP=y # CONFIG_BT_HS is not set # CONFIG_BT_LE is not set # CONFIG_BT_DEBUGFS is not set diff --git a/arch/arm64/configs/z2_row_defconfig b/arch/arm64/configs/z2_row_defconfig index 475e5a7c2bbd..3df6fa81b2f9 100644 --- a/arch/arm64/configs/z2_row_defconfig +++ b/arch/arm64/configs/z2_row_defconfig @@ -229,12 +229,6 @@ CONFIG_RMNET_DATA=y CONFIG_RMNET_DATA_FC=y CONFIG_SOCKEV_NLMCAST=y CONFIG_BT=y -CONFIG_BT_RFCOMM=y -CONFIG_BT_RFCOMM_TTY=y -CONFIG_BT_BNEP=y -CONFIG_BT_BNEP_MC_FILTER=y -CONFIG_BT_BNEP_PROTO_FILTER=y -CONFIG_BT_HIDP=y # CONFIG_BT_HS is not set # CONFIG_BT_LE is not set # CONFIG_BT_DEBUGFS is not set |
