From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-d.ads.isi.edu (mail-d.ads.isi.edu [128.9.180.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41fzP16wGnzF164 for ; Wed, 1 Aug 2018 00:30:13 +1000 (AEST) 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> In-Reply-To: <20180731142954.30345-1-acolin@isi.edu> References: <20180731142954.30345-1-acolin@isi.edu> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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