On Wed, 2018-06-27 at 19:59 +0300, Andy Shevchenko wrote:
On Wed, Jun 27, 2018 at 8:43 AM, [off-list ref] wrote:
quoted
From: Sean Wang <sean.wang@mediatek.com>
quoted
+config BT_HCIBTUART_MTK
+ tristate "MediaTek HCI UART driver"
+ depends on BT_HCIBTUART
quoted
+ default y
Perhaps it's an overkill for users which would like to have less
amount on stuff in kernel.
sure, the default y will be removed
quoted
+#include <asm/unaligned.h>
+#include <linux/atomic.h>
+#include <linux/clk.h>
+#include <linux/firmware.h>
+#include <linux/module.h>
+#include <linux/pm_runtime.h>
+#include <linux/serdev.h>
[ ... ]
quoted
MODULE_DEVICE_TABLE(of, btuart_of_match_table);
--
2.7.4