From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 31 Jul 2018 16:31:20 +0200 (CEST) Received: from mail-d.ads.isi.edu ([128.9.180.199]:64863 "EHLO mail-d.ads.isi.edu" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993426AbeGaOaRtRhPh (ORCPT ); Tue, 31 Jul 2018 16:30:17 +0200 X-IronPort-AV: E=Sophos;i="5.51,427,1526367600"; d="scan'208";a="2634428" 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:16 -0700 From: Alexei Colin To: Alexandre Bounine , Catalin Marinas , Will Deacon Cc: Alexei Colin , Andrew Morton , Russell King , 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 6/6] arm64: enable RapidIO menu in Kconfig Date: Tue, 31 Jul 2018 10:29:54 -0400 Message-Id: <20180731142954.30345-7-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> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 65319 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: acolin@isi.edu Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 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 arm64 with RapidIO subsystem and switch drivers enabled, also that the modules load successfully on a custom Aarch64 Qemu model. Cc: Andrew Morton Cc: Russell King 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/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index a8f0c74e6f7f..5e8cf90505ec 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -308,6 +308,8 @@ config PCI_SYSCALL source "drivers/pci/Kconfig" +source "drivers/rapidio/Kconfig" + endmenu menu "Kernel Features" -- 2.18.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: acolin@isi.edu (Alexei Colin) Date: Tue, 31 Jul 2018 10:29:54 -0400 Subject: [RESEND PATCH 6/6] arm64: enable RapidIO menu in Kconfig In-Reply-To: <20180731142954.30345-1-acolin@isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> Message-ID: <20180731142954.30345-7-acolin@isi.edu> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 arm64 with RapidIO subsystem and switch drivers enabled, also that the modules load successfully on a custom Aarch64 Qemu model. Cc: Andrew Morton Cc: Russell King Cc: John Paul Walters Cc: x86 at kernel.org Cc: linuxppc-dev at lists.ozlabs.org Cc: linux-mips at linux-mips.org Cc: linux-arm-kernel at lists.infradead.org Cc: linux-kernel at vger.kernel.org, Signed-off-by: Alexei Colin --- arch/arm64/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index a8f0c74e6f7f..5e8cf90505ec 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -308,6 +308,8 @@ config PCI_SYSCALL source "drivers/pci/Kconfig" +source "drivers/rapidio/Kconfig" + endmenu menu "Kernel Features" -- 2.18.0