From patchwork Wed Jun 8 17:22:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 9165335 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 D4B3660572 for ; Wed, 8 Jun 2016 17:24:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE63128047 for ; Wed, 8 Jun 2016 17:24:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE84028303; Wed, 8 Jun 2016 17:24:15 +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 B061C28047 for ; Wed, 8 Jun 2016 17:24:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1bAhBY-0002cz-Pq; Wed, 08 Jun 2016 17:22:32 +0000 Received: from resqmta-po-02v.sys.comcast.net ([2001:558:fe16:19:96:114:154:161]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bAhBW-0002Xj-0M for linux-arm-kernel@lists.infradead.org; Wed, 08 Jun 2016 17:22:30 +0000 Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-02v.sys.comcast.net with SMTP id Ah9mbu4pxBAXOAhB9bgzAh; Wed, 08 Jun 2016 17:22:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1465406527; bh=cPWVzR2cNtZ0b0dWk4ujYIJSSWbI6YIPZm4te7fXuEE=; h=Received:Received:Received:From:To:Subject:Date:Message-Id; b=DNuWAbgtdPknK4GTPwK3GWpsILF5MCy79JsD0BBEhD///zthYAKl6bUjKuKumpdwD Ov6RzQ1+w3LDpWmlBzN+Ze32tN6KdNZDRrMwAXRxOidzme74qDl633Y7KrkKzvwEAl XG9qaM8ASmN4rhhQA5pfczFCQJ29idhhSn2Ce/rFrlrfwVlXnwZfPPel6Xtx63pzhb z5TTuXyTMQtJYEDIs4u78UHH8mhEaE87mpnHkRjVHijzz3bxc2LOxQlUL9kzkNitXa kWVwnxypE3oNSViET+bPo01G45xVKpWfycjmbZdcUCcToIW2xibZmmqYyLU88NDRra Ha49/luG5piWw== Received: from mail.gonehiking.org ([73.181.52.62]) by resomta-po-13v.sys.comcast.net with comcast id 4HN61t0091LXgTt01HN6tm; Wed, 08 Jun 2016 17:22:07 +0000 Received: from shuah-XPS-13-9350.sisa.samsung.com (shuah-xps.internal [192.168.1.87]) by mail.gonehiking.org (Postfix) with ESMTP id 616419F2F1; Wed, 8 Jun 2016 11:22:05 -0600 (MDT) From: Shuah Khan To: linux@armlinux.org.uk, kgene@kernel.org, k.kozlowski@samsung.com, javier@osg.samsung.com, linux.amoon@gmail.com, m.szyprowski@samsung.com, treding@nvidia.com, b.zolnierkie@samsung.com Subject: [PATCH] ARM: exynos_defconfig add CONFIG_EXYNOS_IOMMU in not set mode Date: Wed, 8 Jun 2016 11:22:03 -0600 Message-Id: <1465406523-7075-1-git-send-email-shuahkh@osg.samsung.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160608_102230_115980_58D1ABAF X-CRM114-Status: UNSURE ( 6.86 ) 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: linux-samsung-soc@vger.kernel.org, Shuah Khan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 Add CONFIG_EXYNOS_IOMMU in not set mode to make it easier to enable it. Signed-off-by: Shuah Khan --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index daf9762..16c2957 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -218,6 +218,7 @@ CONFIG_CROS_EC_CHARDEV=y CONFIG_COMMON_CLK_MAX77686=y CONFIG_COMMON_CLK_MAX77802=y CONFIG_COMMON_CLK_S2MPS11=y +# CONFIG_EXYNOS_IOMMU is not set CONFIG_EXTCON=y CONFIG_EXTCON_MAX14577=y CONFIG_EXTCON_MAX77693=y