From patchwork Wed Aug 24 02:42:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guodong Xu X-Patchwork-Id: 9296779 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1821D607F0 for ; Wed, 24 Aug 2016 02:45:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0E0AA28E0B for ; Wed, 24 Aug 2016 02:45:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0246228E0D; Wed, 24 Aug 2016 02:45:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 921D328E0B for ; Wed, 24 Aug 2016 02:45:00 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcOAK-0002G5-Gq; Wed, 24 Aug 2016 02:43:44 +0000 Received: from mail-pa0-x229.google.com ([2607:f8b0:400e:c03::229]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcO9X-00021X-0N for linux-arm-kernel@lists.infradead.org; Wed, 24 Aug 2016 02:42:55 +0000 Received: by mail-pa0-x229.google.com with SMTP id fi15so1463487pac.1 for ; Tue, 23 Aug 2016 19:42:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CuuGa9rafc+RRu4QN9tidbzwLwSOgk0XdSeZUM2JBGI=; b=B+EyCqqgcFU478WNU1rJO77321ux2DnCWpbkTDD5kJ+44oPcVwIsXn2QM5VYyx8eVi UWh/PbNwCSF32o+ADmRExFRCEynczwn00zjA/d2j0YfpTYB3p7n3S+HSdEi2AFQObyq5 8rEEfEQA5psMx9CoagIElmxk3FrtGx1+hDe/4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CuuGa9rafc+RRu4QN9tidbzwLwSOgk0XdSeZUM2JBGI=; b=ORIBWdbURW0lXF4XGhDmRFh7ua3s4Hqsw2TfjJRlp03unYQTuU56ifvx/dZBB+n8ce XhNi4bJJnB1bDXBCWYY8C6mlQzm4TV9JQmIvIX7hYSTuauu+lQDTExeroQvRFDIZ3jaq KkPo/2HmNsIDinFXqDGxOuzNBoN2atq7ttTazJJeqagzHH4xe6hPMYe/jw397n8OmUWv qcHzR5l3aVQ8CM0LWIT9vzaolyhaSXM9jvIBbn4UuuDDvuSVQbw451M9BYuu+hlywpXx 7/iSiF1pQfSgNezg+VcSpisKgt17zLPRoMs4lGoME9NQ0NkN5fEFAN6g30cv82Z6NTua RBaw== X-Gm-Message-State: AE9vXwPNjYcat+WzxhSxgg6QID/YoefXK8l7+ht414HIpHOTS+y5CfFhGBYVtGZ2AY3O1DeF X-Received: by 10.66.9.42 with SMTP id w10mr1311582paa.34.1472006553908; Tue, 23 Aug 2016 19:42:33 -0700 (PDT) Received: from localhost.localdomain ([167.160.116.32]) by smtp.gmail.com with ESMTPSA id s89sm8749227pfi.83.2016.08.23.19.42.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 23 Aug 2016 19:42:33 -0700 (PDT) From: Guodong Xu To: catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, horms+renesas@verge.net.au, treding@nvidia.com, olof@lixom.net, kuninori.morimoto.gx@renesas.com, alim.akhtar@samsung.com, srinivas.kandagatla@linaro.org, xuwei5@hisilicon.com, khilman@baylibre.com, riku.voipio@linaro.org, john.stultz@linaro.org Subject: [PATCH v2 3/3] arm64: defconfig: enable bluetooth supports as modules Date: Wed, 24 Aug 2016 10:42:07 +0800 Message-Id: <1472006527-30620-4-git-send-email-guodong.xu@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472006527-30620-1-git-send-email-guodong.xu@linaro.org> References: <1472006527-30620-1-git-send-email-guodong.xu@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160823_194255_134916_C4E8A7C1 X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guodong Xu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the following items for bluetooth mouse and speaker which base on HCIUART. a) CONFIG_BT_HCIUART b) CONFIG_BT_HCIUART_LL c) CONFIG_BT_HIDP Enable bluetooth LED support. d) CONFIG_BT_LEDS Signed-off-by: Guodong Xu --- arch/arm64/configs/defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index b4f714c..0c7551d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -120,6 +120,14 @@ CONFIG_VLAN_8021Q=m CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y CONFIG_BPF_JIT=y +CONFIG_BT=m +CONFIG_BT_HIDP=m +# CONFIG_BT_HS is not set +# CONFIG_BT_LE is not set +CONFIG_BT_LEDS=y +# CONFIG_BT_DEBUGFS is not set +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_LL=y CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_MAC80211_LEDS=y