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 356C5C433F5 for ; Tue, 4 Jan 2022 11:29:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232278AbiADL3b (ORCPT ); Tue, 4 Jan 2022 06:29:31 -0500 Received: from smtp-out2.suse.de ([195.135.220.29]:53210 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229964AbiADL3b (ORCPT ); Tue, 4 Jan 2022 06:29:31 -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-out2.suse.de (Postfix) with ESMTPS id 679EC1F397; Tue, 4 Jan 2022 11:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1641295770; 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=mNVxBlTv+x3yHvhnBTmFIR6OvrK9fttiDq6Ty3cJIys=; b=J6RTwc1caabxdgwayLw/OMtfTfbkNLTRzao87Y/2BMsdWb/wBFGnkmFdRKkY6sa3sc1aV7 egPzCM5nPcoWUGw0KqMeB1QHrZkEPN8QS2ClGMIavVEJcrl4KODj2+V/QH3XfLALXQx7VK 4oM8BPv5BB31TYzYkW8Ospi3SHQhiT4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1641295770; 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=mNVxBlTv+x3yHvhnBTmFIR6OvrK9fttiDq6Ty3cJIys=; b=up8d0IdcjMVFgjsZRgGSYRM0WCXVuzy0zHzZ0hComgywTVVeNnJB6FWl6hCWmuBtvayya3 +XXAi6KOlLE5/xCQ== 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 5CB7813ADF; Tue, 4 Jan 2022 11:29:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id NNdQFpov1GFyOgAAMHmgww (envelope-from ); Tue, 04 Jan 2022 11:29:30 +0000 Subject: Re: [PATCH v2 04/22] ata: ahci_dm816: add compile test support To: Damien Le Moal , linux-ide@vger.kernel.org References: <20220104105843.1730172-1-damien.lemoal@opensource.wdc.com> <20220104105843.1730172-5-damien.lemoal@opensource.wdc.com> From: Hannes Reinecke Message-ID: Date: Tue, 4 Jan 2022 12:29:30 +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-5-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_OMAP2PLUS. > > 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 9f1288fd5482..e9f919f17d09 100644 > --- a/drivers/ata/Kconfig > +++ b/drivers/ata/Kconfig > @@ -183,7 +183,7 @@ config AHCI_DA850 > > config AHCI_DM816 > tristate "DaVinci DM816 AHCI SATA support" > - depends on ARCH_OMAP2PLUS > + depends on ARCH_OMAP2PLUS || COMPILE_TEST > select SATA_HOST > help > This option enables support for the DaVinci DM816 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