From 6c9f970096f3dff240b0ab366d94a72f4fbd557c Mon Sep 17 00:00:00 2001 From: Dragos Motrea Date: Wed, 31 May 2017 14:07:30 +0200 Subject: Optimized the kernel foot print of the Host Image In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea 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