Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5226659imm; Tue, 31 Jul 2018 07:32:33 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeXuMcvRVKUP4FzFNPCw74/2gX37/qnG3l90BHBeLA8fUpa9D598PxTM+yR3nbcywSVxnPh X-Received: by 2002:a63:920c:: with SMTP id o12-v6mr20824306pgd.141.1533047553257; Tue, 31 Jul 2018 07:32:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533047553; cv=none; d=google.com; s=arc-20160816; b=tagAerRyfuRoODoKW6dLsdlNN/xEasriLI0px1BbyWT59sl3BkyMdpuhebz33/VHM7 dPSX4h90yMPeiPSRtBdxealAvRqZdFD1CmlFRr8eMHnus4+OBzivWCyimn3YJ+2ug+Xx KCR1I8HRMKI9WSlWXiGj7u+xKAisPmt5kNKLsEyFtOWc+BSt0mG0OqmPz/PferExQNON vjqAoxuzieRw4lwKmq4qrAOqfm4hJMimWOX05/AB34nmqA/fjKmijDrO51pBQ8r0N2wE rrCAf7AMtv4SZ8vVujZlPwspzX5mq2oNJs6oQGivbG5KwGNOukYoK7UAsG0nS67Ud1I2 Xjqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=edYo3bb8wnX0Spm3SBuzoxg6EyA2Qs8Lf1yS2gxXtps=; b=AEwdMIuSAzUF0Z7sIjt3rDbSmgCPt+DmdNYbXAN4xL9up12SGap+X8sXO8zwPjTwmf 7htz51Iw2/cSRE8+yuZO0a64UlR/plhxfHqH/L5h0kk9W08OBZVOYnzo6ZPbw1wBiLpk WC+qH6pidH/AWiBHR0NTcVXOJohKxq3RB4Chxwuo4mw8GfikpWiL87Lrrt377gvW8XCK jyhSPVwI6/8QduMXK3s2D192dq+3tabIABZAlmq8ajaGrYUy+kSIyVm1mGf83E+ZIyPC By8zNiEPAAVggY4IUQVBpF5ETdR5E4sZwKP3pkhQsNFw4mpYOGVYfm92DZHCnEC2BRzc 2PsA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n11-v6si13167680pgu.649.2018.07.31.07.32.19; Tue, 31 Jul 2018 07:32:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732479AbeGaQKt (ORCPT + 99 others); Tue, 31 Jul 2018 12:10:49 -0400 Received: from mail-d.ads.isi.edu ([128.9.180.199]:62437 "EHLO mail-d.ads.isi.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732469AbeGaQKs (ORCPT ); Tue, 31 Jul 2018 12:10:48 -0400 X-IronPort-AV: E=Sophos;i="5.51,427,1526367600"; d="scan'208";a="2634421" Received: from guest228.east.isi.edu (HELO localhost) ([65.123.202.228]) by mail-d.ads.isi.edu with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2018 07:30:12 -0700 From: Alexei Colin To: Alexandre Bounine , Ralf Baechle , Paul Burton Cc: Alexei Colin , Andrew Morton , Russell King , Alexander Sverdlin , John Paul Walters , x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH 4/6] mips: factor out RapidIO Kconfig entry Date: Tue, 31 Jul 2018 10:29:52 -0400 Message-Id: <20180731142954.30345-5-acolin@isi.edu> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180731142954.30345-1-acolin@isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The menu entry is now defined in the rapidio subtree. Platforms with a PCI bus will be offered the RapidIO menu since they may be want support for a RapidIO PCI device. Platforms without a PCI bus that might include a RapidIO IP block will need to "select HAS_RAPIDIO" in the platform-/machine-specific "config ARCH_*" Kconfig entry. Cc: Andrew Morton Cc: Russell King Cc: Alexander Sverdlin Cc: John Paul Walters Cc: x86@kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-mips@linux-mips.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Alexei Colin --- arch/mips/Kconfig | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 10256056647c..92b9262ee731 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3106,17 +3106,6 @@ config ZONE_DMA32 source "drivers/pcmcia/Kconfig" -config HAS_RAPIDIO - bool - default n - -config RAPIDIO - tristate "RapidIO support" - depends on HAS_RAPIDIO || PCI - help - If you say Y here, the kernel will include drivers and - infrastructure code to support RapidIO interconnect devices. - source "drivers/rapidio/Kconfig" endmenu -- 2.18.0