From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lechner Subject: Re: [PATCH 2/2] ARM: davinci_all_defconfig: Enable Bluetooth Date: Wed, 27 Jun 2018 12:13:02 -0500 Message-ID: <0525829c-3070-6aee-39cf-1154dcbb1e75@lechnology.com> References: <20180531202549.11255-1-david@lechnology.com> <20180531202549.11255-3-david@lechnology.com> <5d45fabc-cc25-fbdf-859c-c29111b42eb2@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5d45fabc-cc25-fbdf-859c-c29111b42eb2@ti.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Sekhar Nori , linux-arm-kernel@lists.infradead.org Cc: Kevin Hilman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 06/27/2018 06:11 AM, Sekhar Nori wrote: > On Friday 01 June 2018 01:55 AM, David Lechner wrote: >> This enables Bluetooth modules in davinic_all_defconfig needed for LEGO > > davinci_all_defconfig > >> MINDSTORMS EV3. >> >> Signed-off-by: David Lechner >> --- >> arch/arm/configs/davinci_all_defconfig | 9 +++++++++ >> 1 file changed, 9 insertions(+) > >> +CONFIG_SERIAL_DEV_BUS=y > > Any reason to build this into the kernel? > Yes: config SERIAL_DEV_CTRL_TTYPORT bool "Serial device TTY port controller" help Say Y here if you want to use the Serial device bus with common TTY drivers (e.g. serial drivers). If unsure, say Y. depends on TTY depends on SERIAL_DEV_BUS != m default y endif