From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752102AbdBFMQa (ORCPT ); Mon, 6 Feb 2017 07:16:30 -0500 Received: from 8bytes.org ([81.169.241.247]:40197 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbdBFMQ2 (ORCPT ); Mon, 6 Feb 2017 07:16:28 -0500 Date: Mon, 6 Feb 2017 13:17:00 +0100 From: Joerg Roedel To: Arnd Bergmann Cc: Matthias Brugger , Robin Murphy , Will Deacon , Honghui Zhang , Andy Fleming , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH] iommu: mtk: remove bogus 'select' statements Message-ID: <20170206121700.GC25981@8bytes.org> References: <20170202142921.3467470-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170202142921.3467470-1-arnd@arndb.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 02, 2017 at 03:29:03PM +0100, Arnd Bergmann wrote: > The mediatek IOMMU driver enables some drivers that it does not directly > rely on, and that causes a warning for build testing: > > warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_VDECSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701) > warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_IMGSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701) > warning: (MTK_IOMMU_V1) selects COMMON_CLK_MT2701_MMSYS which has unmet direct dependencies (COMMON_CLK && COMMON_CLK_MT2701) > > This removes the select statements. > > Signed-off-by: Arnd Bergmann Applied, thanks.