From patchwork Tue Jul 17 16:06:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 10530089 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 C238960247 for ; Tue, 17 Jul 2018 16:13:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A86E6295DC for ; Tue, 17 Jul 2018 16:13:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9C9F3295E8; Tue, 17 Jul 2018 16:13:04 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5627B295DC for ; Tue, 17 Jul 2018 16:13:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=sgRnlyXMKjR78EHPpoegweSzRF0nwCRwr06aouuy4io=; b=icxxwWNFGgieZqJXlpEOLYz1uh wMbq4a9AqE4sENhDRN8o7zay9AHTVLKvb0yBkNqAaYi0iNowkcCGqph85U2+Ihj5DigGryYoW7dBN Ty5zMGAmiCdMipQBTf8GvSl1sAVELPbQxq+UiJnRf0gYl/b1HN4yMl9bDkvE4fasM6gM6tVus82cr b2/1IAt8F8ecPGhV8ntiF2WLmPYFFX5J20C9QlFAYOenvcm9ggTi5Wx9lJEIQIuALRicEbffdkqlK vF2ijLlLTyzICA4AMiWxTDCXiOBQoGdOsooElhG3yPDBcErlpX3F6NVFFCx3FTFC1hEybMnCBiCag pedGFi1w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffSax-0007JH-Vl; Tue, 17 Jul 2018 16:12:59 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffSUh-0001tO-Bg for linux-arm-kernel@lists.infradead.org; Tue, 17 Jul 2018 16:06:34 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id C8A3D27CC51 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Subject: [PATCH 4/5] arm64: defconfig: Enable Camera (uvcvideo) support. Date: Tue, 17 Jul 2018 18:06:09 +0200 Message-Id: <20180717160610.26501-4-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180717160610.26501-1-enric.balletbo@collabora.com> References: <20180717160610.26501-1-enric.balletbo@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180717_090631_580270_FD6BD6B4 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.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: heiko@sntech.de, Arnd Bergmann , Ard Biesheuvel , Catalin Marinas , Gregory CLEMENT , Will Deacon , Amit Kucheria , Olof Johansson , Wei Xu , Andy Gross , Simon Horman , kernel@collabora.com, 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 Some Chromebooks have a UVC camera device, so enable in the default defconfig to support it. Signed-off-by: Enric Balletbo i Serra --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3fae8ada69e1..a36e80cce868 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -409,6 +409,8 @@ CONFIG_MEDIA_CONTROLLER=y CONFIG_VIDEO_V4L2_SUBDEV_API=y # CONFIG_DVB_NET is not set CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_MEDIA_USB_SUPPORT=y +CONFIG_USB_VIDEO_CLASS=m CONFIG_VIDEO_SAMSUNG_S5P_JPEG=m CONFIG_VIDEO_SAMSUNG_S5P_MFC=m CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=m