From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E178C433EF for ; Tue, 4 Jan 2022 11:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232308AbiADL3S (ORCPT ); Tue, 4 Jan 2022 06:29:18 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:51840 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232255AbiADL3M (ORCPT ); Tue, 4 Jan 2022 06:29:12 -0500 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 3B728212B9; Tue, 4 Jan 2022 11:29:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1641295751; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=72N18/3XstC/nNg6E/Lxhzzfr/9r6lW8BpNL9f04x/g=; b=WxMWlhOk6SQKd2mZa5/LqbWzTk7JOcGaXbw7LVhNEeYgr+6Tms74NpdfdsVv8wPP2ITd/W RLyxqraNjHAfMxLwelHg3tApI6SMfXp/UXlQ58jdzNFSiX3h1cT1nIWyGDsf01mNQ2p5Dl T0wRnfeC0WddIYdXjMg8x/TilDtrzZo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1641295751; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=72N18/3XstC/nNg6E/Lxhzzfr/9r6lW8BpNL9f04x/g=; b=OhwxM1GpwkZJqcvxMtyW8RlF/6jXIw9hfZWsmJDpRrTeMem2ZjCS329EnsGfYo01lJwEfX 0D15LWZ+3W8TvHDg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 2F1F213ADF; Tue, 4 Jan 2022 11:29:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id dphAC4cv1GFROgAAMHmgww (envelope-from ); Tue, 04 Jan 2022 11:29:11 +0000 Subject: Re: [PATCH v2 03/22] ata: ahci_da850: add compile test support To: Damien Le Moal , linux-ide@vger.kernel.org References: <20220104105843.1730172-1-damien.lemoal@opensource.wdc.com> <20220104105843.1730172-4-damien.lemoal@opensource.wdc.com> From: Hannes Reinecke Message-ID: Date: Tue, 4 Jan 2022 12:29:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20220104105843.1730172-4-damien.lemoal@opensource.wdc.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On 1/4/22 11:58 AM, Damien Le Moal wrote: > Add Kconfig dependendy on COMPILE_TEST to allow compile tests with > configs that do not enable ARCH_DAVINCI_DA850. > > Signed-off-by: Damien Le Moal > --- > drivers/ata/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig > index 3bf38a328851..9f1288fd5482 100644 > --- a/drivers/ata/Kconfig > +++ b/drivers/ata/Kconfig > @@ -173,7 +173,7 @@ config AHCI_BRCM > > config AHCI_DA850 > tristate "DaVinci DA850 AHCI SATA support" > - depends on ARCH_DAVINCI_DA850 > + depends on ARCH_DAVINCI_DA850 || COMPILE_TEST > select SATA_HOST > help > This option enables support for the DaVinci DA850 SoC's > Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@suse.de +49 911 74053 688 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), GF: Felix Imendörffer