From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751831AbbHURMw (ORCPT ); Fri, 21 Aug 2015 13:12:52 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33679 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340AbbHURMv (ORCPT ); Fri, 21 Aug 2015 13:12:51 -0400 Date: Fri, 21 Aug 2015 10:03:40 -0700 From: Olof Johansson To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Gwendal Grignou , Doug Anderson , Bartlomiej Zolnierkiewicz , Wolfram Sang , Dmitry Torokhov , Lee Jones , Geert Uytterhoeven Subject: Re: [PATCH 2/6] Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM" Message-ID: <20150821170340.GA26236@localhost> References: <1439983198-4696-1-git-send-email-javier@osg.samsung.com> <1439983198-4696-3-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439983198-4696-3-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 19, 2015 at 01:19:54PM +0200, Javier Martinez Canillas wrote: > This reverts commit d12bbcd3ea44 ("platform/chrome: Don't make > CHROME_PLATFORMS depends on X86 || ARM") since it was found to > not be the correct fix for the MFD_CROS_EC config unmet direct > dependencies warning. > > The correct solution was to add the needed dependencies to the > MFD_CROS_EC symbol. Besides the revert, this patch extends the > CHROME_PLATFORMS symbol dependencies and adds || COMPILE_TEST > to allow drivers to have build coverage on other architectures. > > Suggested-by: Geert Uytterhoeven > Signed-off-by: Javier Martinez Canillas > --- Applied, thanks. -Olof