From 40d186df2dc94bcb1b8b0204f691678b9fa87466 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Tue, 20 Jun 2017 15:27:00 +0200 Subject: Kernel: Add specific ragments for disabling unnecessary features Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- features/bluetooth/bluetooth_n.cfg | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 features/bluetooth/bluetooth_n.cfg (limited to 'features/bluetooth/bluetooth_n.cfg') diff --git a/features/bluetooth/bluetooth_n.cfg b/features/bluetooth/bluetooth_n.cfg new file mode 100644 index 0000000..28995fb --- /dev/null +++ b/features/bluetooth/bluetooth_n.cfg @@ -0,0 +1,28 @@ +CONFIG_BT=n +CONFIG_BT_BREDR=n +CONFIG_BT_RFCOMM=n +CONFIG_BT_RFCOMM_TTY=n +CONFIG_BT_BNEP=n +CONFIG_BT_BNEP_MC_FILTER=n +CONFIG_BT_BNEP_PROTO_FILTER=n +CONFIG_BT_CMTP=n +CONFIG_BT_HIDP=n +CONFIG_BT_HS=n +CONFIG_BT_LE=n +CONFIG_BT_6LOWPAN=n +# CONFIG_BT_LEDS is not set +CONFIG_BT_DEBUGFS=n + +# +# Bluetooth device drivers +# +CONFIG_BT_INTEL=n +CONFIG_BT_BCM=n +CONFIG_BT_RTL=n +CONFIG_BT_HCIBTUSB=n +CONFIG_BT_HCIBTUSB_BCM=n +CONFIG_BT_HCIBTUSB_RTL=n +CONFIG_BT_HCIUART=n +CONFIG_BT_HCIUART_H4=n +CONFIG_BT_HCIUART_INTEL=n + -- cgit v1.2.3-54-g00ecf