Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4484440imm; Mon, 30 Jul 2018 15:52:26 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcROxq93F894Urh4fnSM4/zh/11bVhiBvat1ufkYGjpPBAkbSy9aD5ptQE1KiJJ6Zwf+o6X X-Received: by 2002:a17:902:e85:: with SMTP id 5-v6mr18142592plx.318.1532991146521; Mon, 30 Jul 2018 15:52:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532991146; cv=none; d=google.com; s=arc-20160816; b=LRA9j6CmPtup2u+UQaJwg90VWsgLhG1IiuvWfG/whuRJHZc5A+b/9Di5KnlQYjci+u pwgmcQB4XmECPEPYolhHUBUOBNaoY7LrP7zfL7mGITYaI86ipkX/FZhJixl3Jz2zwRKt Dl+AoWZJJ/GGfHEA5Z0GFDIfAFSrlzTHIKJZZSQD2yWiSnTc8RZQ/VWBHHmAqRzzBpBh cczegOSLTtzanKgqNU+XmzfH8DH2AX15wawa4sJ2++zOPk7S1fB2qpYZ10f93Xi6AqH1 ofNubzqClQ6WtHPjJImkREiu/KGY4sfpXTO5O1NGMbICOZnPmJEMiALOqQfRZ2pRjD3b Qb3w== 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=O0AvVfqx9uMN5RriLU29kndFacXCJVme+9OZ7hmgP0M=; b=0HXQ0SAQwMcxza3+gMhf4YWNXb/y+CQa5wEZfGGrv8KSHBPbtLruTrcofgfUIYfY4F RrNXikwyJhu2aOt2Qq2HvkEj93FaLYsh5V+/n9CqrkTWqR9JY9G99NhUP7vc+0p+rs6a FxAb7/+fA2oBN/Tfqhoyr7bf/wYnEuMi7rYUemheSLU5QS8yxb1M+OQSUtuXkexjL8TE zwp9/N7qKcN9h33X5Xepb1r2omVFapk20t1OD/Xgbsuj75xa8uc8jTXIVJMrwEuMb6xv tx6zYokhOz+XeuXGcA6CIxmxDJO82ZNq6xoocvtoCwbEOQ0DuQ1h5WeIBdGJtLKz8v6I 4YXQ== 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 b35-v6si4014618plb.273.2018.07.30.15.52.12; Mon, 30 Jul 2018 15:52:26 -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 S1732206AbeGaA2O (ORCPT + 99 others); Mon, 30 Jul 2018 20:28:14 -0400 Received: from mail-d.ads.isi.edu ([128.9.180.199]:33300 "EHLO mail-d.ads.isi.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732196AbeGaA2M (ORCPT ); Mon, 30 Jul 2018 20:28:12 -0400 X-IronPort-AV: E=Sophos;i="5.51,424,1526367600"; d="scan'208";a="2623820" 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; 30 Jul 2018 15:51:02 -0700 From: Alexei Colin To: Alexandre Bounine , Ralf Baechle , Paul Burton Cc: Alexei Colin , Andrew Morton , Alexander Sverdlin , John Paul Walters , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: [PATCH 4/6] mips: factor out RapidIO Kconfig entry Date: Mon, 30 Jul 2018 18:50:32 -0400 Message-Id: <20180730225035.28365-5-acolin@isi.edu> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180730225035.28365-1-acolin@isi.edu> References: <20180730225035.28365-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: Alexander Sverdlin Cc: John Paul Walters Cc: linux-mips@linux-mips.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