Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5225423imm; Tue, 31 Jul 2018 07:31:35 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfI6aPhq3Auy80UIhI9PPW1eTtFPwNnEMgD1cfN4GK+a+O0+1EaooAHnTuSZw4jKLb21yrR X-Received: by 2002:a63:24c:: with SMTP id 73-v6mr21053214pgc.252.1533047495737; Tue, 31 Jul 2018 07:31:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533047495; cv=none; d=google.com; s=arc-20160816; b=BN7dFrapphpQIba93QQFL/F/8Pk6TacdTK32sTUwCGZGk6D29h2Qu67qEFpc5Ufd7R 5YMgalf2z52wgWDe5T0ST6x0rzMICVSJawwgxF9rQtNEBj+F9OCD2eh29uvbmhiLOW/O SBZ0MPRu5z1EvhxKTfNNUp0ylLzVKgqhMk/auqG4eMtJieMw9P4M6m3xgPuiGvD9btui Fc1LrquiMP7VPiPapK9T8LBnY1T4+82gl0DhrcZlllhlVFpcpfcBXadcHzSKYMsjYn5i +g5smZjs9b9qfwDdA7G7dz8z4R15PNMrtSNhqbo902z0r2AqOaPa/TEdIlxr3nDInQH8 8qFQ== 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=pmLgCZ/9rPCG89/1092RffpU2TnYGRMG9IfzTLU/9hM=; b=MCyIxQwWe2NiBDE2wPapTU4aUaMgZ3aRH6HYdwO1Ul7QjzmsywCPioc5yzF7lDcTHM 5HE0rILPGrNpVMcmZMbCge66q+YOo0pkNZzXU0IEuuBuJJ4ypVVdGFeqtI1+lu4Utv5D mBN3rH1EwTrktWc6Jd3aOCFHoserp4oiRIFzGXIyQ7yYgXbzrXoOEzlbqIer+rQU2ii0 wKS5gENhkHSRKOZOJAiJeVYN9AXn14lR0bTuZ9LYpe8/v3hoSOvk/oR0ZfvJwZkvxRZY Cql5A6aGsOO+gKyiHeKeu7LdMKnHHJVKuRwQWF2nBd30XlmEajWA/Fi+vEa0uIDnqQaW 9HyA== 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 a90-v6si12760386plc.285.2018.07.31.07.31.21; Tue, 31 Jul 2018 07:31:35 -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 S1732506AbeGaQKv (ORCPT + 99 others); Tue, 31 Jul 2018 12:10:51 -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 S1732266AbeGaQKu (ORCPT ); Tue, 31 Jul 2018 12:10:50 -0400 X-IronPort-AV: E=Sophos;i="5.51,427,1526367600"; d="scan'208";a="2634425" 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:14 -0700 From: Alexei Colin To: Alexandre Bounine , Russell King , Arnd Bergmann Cc: Alexei Colin , Andrew Morton , John Paul Walters , linux-kernel@vger.kernel.org, x86@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-mips@linux-mips.org, linux-arm-kernel@lists.infradead.org Subject: [RESEND PATCH 5/6] arm: enable RapidIO menu in Kconfig Date: Tue, 31 Jul 2018 10:29:53 -0400 Message-Id: <20180731142954.30345-6-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 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. Tested that kernel builds for ARM with the RapidIO subsystem and switch drivers enabled. Cc: Andrew Morton Cc: Russell King Cc: John Paul Walters Cc: linux-kernel@vger.kernel.org Cc: x86@kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-mips@linux-mips.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Alexei Colin --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index afe350e5e3d9..602a61324890 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1278,6 +1278,8 @@ config PCI_HOST_ITE8152 source "drivers/pci/Kconfig" +source "drivers/rapidio/Kconfig" + source "drivers/pcmcia/Kconfig" endmenu -- 2.18.0