Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp4485427imm; Mon, 30 Jul 2018 15:53:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcH5xQTF/no5sQp2ipn++sF3UPzcwdmRoO9hLDH3e0q+DhIvzU4sJvx1BvZ06lSyn5mdpWt X-Received: by 2002:a63:b00f:: with SMTP id h15-v6mr18135769pgf.442.1532991236929; Mon, 30 Jul 2018 15:53:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532991236; cv=none; d=google.com; s=arc-20160816; b=ZOImSbMCh40VOC1px2y1Xwz4tcgmu2Psx0NZ8KTzG3L7DhgGsIWBDYaZ3uTvu3FeEc 02w9d/A0w3f3FORrTTAy5w+EvPgTSzwI+qnEfU94DXOjXQGe7MQGnV1q5Mewh4kVbX6r HAwMni0ClTCVLkRaC0zz5h2AW2wd9buwF33+rC9cciUlVL0UrMEx9Z0b9nf9p4qWXzP3 i9rXJ1i/Ba8R6zpvjDRloQrbisPVeGmXNukTroOQ70aujOUm6CNBNURT9TZGOG9XrkCC 4CQUChBnAIwmATABlHQJYarreK+vSrWehbCnBfgunwwvhfi2995BymlgwcLnZ4zMgupS 2LhQ== 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=BC48qNx4GFbevWj4P6NRk30copU5KYXkXxY7G0N6qQ0=; b=DFtBccoEOOxDyVY2W2RS3pTOhatqOdsj07sWE/KX9hyC30+t1RFLckew+me2Dn0Igo YP46UvLbL12QhwEQJ2GNPTouOxn4fYdKY6xgpr+pqDXpjTMushJ+kdTBnOhog//BMr8P FOsPRMX+rEqBjVbrWf2wSM7T+75KCbb/PT9x+YpIY12asoXSpcpMIoSAumopKjO8Ed4L RmIB+PZvMKnd4d0hiDhgwU+y0ZMBBJ+tm45YoXYvKQlZlmZsDakSg6NM07kev1rGXfvb KLcq2Wq1cgAwjSx2LAFacIAI5e9B2GzQbm/egMbhvFzxg83bD/b/xTi4vbqjMM6ad1Ds pbOQ== 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 p2-v6si10311350pli.289.2018.07.30.15.53.42; Mon, 30 Jul 2018 15:53:56 -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 S1732154AbeGaA2I (ORCPT + 99 others); Mon, 30 Jul 2018 20:28:08 -0400 Received: from mail-c.ads.isi.edu ([128.9.180.198]:60578 "EHLO mail-c.ads.isi.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727660AbeGaA2H (ORCPT ); Mon, 30 Jul 2018 20:28:07 -0400 X-IronPort-AV: E=Sophos;i="5.51,424,1526367600"; d="scan'208";a="6755896" Received: from guest228.east.isi.edu (HELO localhost) ([65.123.202.228]) by mail-c.ads.isi.edu with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jul 2018 15:50:56 -0700 From: Alexei Colin To: Alexandre Bounine , Matt Porter Cc: Alexei Colin , Andrew Morton , John Paul Walters , linux-kernel@vger.kernel.org Subject: [PATCH 1/6] rapidio: define top Kconfig menu in driver subtree Date: Mon, 30 Jul 2018 18:50:29 -0400 Message-Id: <20180730225035.28365-2-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 top-level Kconfig entry for RapidIO subsystem is currently duplicated in several architecture-specific Kconfigs. This commit re-defines it in the driver subtree, and subsequent commits, one per architecture, will remove the duplicated definitions from respective per-architecture Kconfigs. Cc: Andrew Morton Cc: John Paul Walters Cc: linux-kernel@vger.kernel.org Signed-off-by: Alexei Colin --- drivers/rapidio/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/drivers/rapidio/Kconfig b/drivers/rapidio/Kconfig index d6d2f20c4597..98e301847584 100644 --- a/drivers/rapidio/Kconfig +++ b/drivers/rapidio/Kconfig @@ -1,6 +1,21 @@ # # RapidIO configuration # + +config HAS_RAPIDIO + bool + default n + +config RAPIDIO + tristate "RapidIO support" + depends on HAS_RAPIDIO || PCI + help + This feature enables support for RapidIO high-performance + packet-switched interconnect. + + If you say Y here, the kernel will include drivers and + infrastructure code to support RapidIO interconnect devices. + source "drivers/rapidio/devices/Kconfig" config RAPIDIO_DISC_TIMEOUT -- 2.18.0