From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Wang Subject: Re: [PATCH v4 6/7] Bluetooth: mediatek: Add protocol support for MediaTek serial devices Date: Thu, 28 Jun 2018 10:54:58 +0800 Message-ID: <1530154498.29697.37.camel@mtkswgap22> References: <48215a1276c36af7ad581c3d83759fe9f55e3c4b.1530004712.git.sean.wang@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko Cc: Rob Herring , Mark Rutland , Marcel Holtmann , Johan Hedberg , devicetree , linux-bluetooth@vger.kernel.org, linux-arm Mailing List , "moderated list:ARM/Mediatek SoC support" , Linux Kernel Mailing List List-Id: devicetree@vger.kernel.org On Wed, 2018-06-27 at 19:59 +0300, Andy Shevchenko wrote: > On Wed, Jun 27, 2018 at 8:43 AM, wrote: > > From: Sean Wang > > > > > +config BT_HCIBTUART_MTK > > + tristate "MediaTek HCI UART driver" > > + depends on BT_HCIBTUART > > > + 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 > > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > [ ... ] > > MODULE_DEVICE_TABLE(of, btuart_of_match_table); > > -- > > 2.7.4 > > > > >