[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180730225035.28365-2-acolin@isi.edu>
Date: Mon, 30 Jul 2018 18:50:29 -0400
From: Alexei Colin <acolin@....edu>
To: Alexandre Bounine <alex.bou9@...il.com>,
Matt Porter <mporter@...nel.crashing.org>
Cc: Alexei Colin <acolin@....edu>,
Andrew Morton <akpm@...ux-foundation.org>,
John Paul Walters <jwalters@....edu>,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/6] rapidio: define top Kconfig menu in driver subtree
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 <akpm@...ux-foundation.org>
Cc: John Paul Walters <jwalters@....edu>
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Alexei Colin <acolin@....edu>
---
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
Powered by blists - more mailing lists