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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DB99CA9EA0 for ; Fri, 25 Oct 2019 12:42:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 561AD21D7B for ; Fri, 25 Oct 2019 12:42:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=rasmusvillemoes.dk header.i=@rasmusvillemoes.dk header.b="e1DVB6RZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2504589AbfJYMmY (ORCPT ); Fri, 25 Oct 2019 08:42:24 -0400 Received: from mail-lj1-f193.google.com ([209.85.208.193]:41716 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2504536AbfJYMl3 (ORCPT ); Fri, 25 Oct 2019 08:41:29 -0400 Received: by mail-lj1-f193.google.com with SMTP id f5so2537022ljg.8 for ; Fri, 25 Oct 2019 05:41:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rasmusvillemoes.dk; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hZ80kzn0Gvq+HATqtue47iWJ3txb4sckDQxEWou7YbE=; b=e1DVB6RZEIL83T6n/wBWlDoSAGhgc43PWtNmqC+8x8knw1OPJuHYkFi6EckaV0yl50 3NosFnZQLJRuhrGVXGt9YAJsZfBzRMZwHn8bQXhFdHCQpU+CKevYxKU3bP6j/l2J0a5v 7J4JQLigfgV2yB+YvMuOIhkA821Cd+cf8A0IM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hZ80kzn0Gvq+HATqtue47iWJ3txb4sckDQxEWou7YbE=; b=PVXugBtisqMBaDbC9sP6BICHJG3wGDr6TOW1XVc7Dcw3W/sluTjwOZH66X/mnFx6eA 2uu1SFrzQBT8EuuJ8TnaipzBDQ2KWr9/u4DsjsK2fBvYSaWF1cXMGtMQBQFKgzTRibDm I2xyerLMlKwutxJsbeZboHszWiOYagNj52GFAzOHvgJ4FpuZEEvptVZYjYB+LDUd9ciC 9S9LHnda6eiV8QOT9FUVHzQBG3rreII0VWIu7yZijzAsuRDGYARAiVNZpt0Yo9n8JT5S X8mbBptWgRcgoL8c8exlMLdSySteaVdTZsWbRG0P+bGIRy6cN4Sc0NIjhSPV7JsYqXFa xpdQ== X-Gm-Message-State: APjAAAVeR0pAV7yvuEalIq2s6WqVQTJ0oZKyndZjgscEq7QAVseAnUaA Z3Rx8zliAzP2dJnbyUWGsrOZ8A== X-Google-Smtp-Source: APXvYqzWrsLr+TldTrlwBZiQV+Lk357fJEtEmfSVzLgRlqUQdBGnYmw9pDFh/e+z/41+RxJtA1JaXQ== X-Received: by 2002:a05:651c:120f:: with SMTP id i15mr2442422lja.144.1572007287647; Fri, 25 Oct 2019 05:41:27 -0700 (PDT) Received: from prevas-ravi.prevas.se ([81.216.59.226]) by smtp.gmail.com with ESMTPSA id 10sm821028lfy.57.2019.10.25.05.41.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 05:41:27 -0700 (PDT) From: Rasmus Villemoes To: Qiang Zhao , Li Yang , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Scott Wood , Valentin Longchamp , Rasmus Villemoes , netdev@vger.kernel.org Subject: [PATCH v2 19/23] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32 Date: Fri, 25 Oct 2019 14:40:54 +0200 Message-Id: <20191025124058.22580-20-linux@rasmusvillemoes.dk> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191025124058.22580-1-linux@rasmusvillemoes.dk> References: <20191018125234.21825-1-linux@rasmusvillemoes.dk> <20191025124058.22580-1-linux@rasmusvillemoes.dk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Currently, QUICC_ENGINE depends on PPC32, so this in itself does not change anything. In order to allow removing the PPC32 dependency from QUICC_ENGINE and avoid allmodconfig build failures, add this explicit dependency. Signed-off-by: Rasmus Villemoes --- drivers/net/ethernet/freescale/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index 6a7e8993119f..97d27c7740d4 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig @@ -75,6 +75,7 @@ config FSL_XGMAC_MDIO config UCC_GETH tristate "Freescale QE Gigabit Ethernet" depends on QUICC_ENGINE + depends on PPC32 select FSL_PQ_MDIO select PHYLIB ---help--- -- 2.23.0