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 41fzP12ks6zF15Z for ; Wed, 1 Aug 2018 00:30:11 +1000 (AEST) From: Alexei Colin To: Alexandre Bounine , Thomas Gleixner , Peter Anvin 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 2/6] x86: factor out RapidIO Kconfig menu Date: Tue, 31 Jul 2018 10:29:50 -0400 Message-Id: <20180731142954.30345-3-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. 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/x86/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 27fce7e84357..6f057000e486 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2828,14 +2828,6 @@ config AMD_NB source "drivers/pcmcia/Kconfig" -config RAPIDIO - tristate "RapidIO support" - depends on PCI - default n - help - If enabled this option will include drivers and the core - infrastructure code to support RapidIO interconnect devices. - source "drivers/rapidio/Kconfig" config X86_SYSFB -- 2.18.0