[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251110102507.1445-11-dpenkler@gmail.com>
Date: Mon, 10 Nov 2025 11:25:06 +0100
From: Dave Penkler <dpenkler@...il.com>
To: gregkh@...uxfoundation.org,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Cc: Dave Penkler <dpenkler@...il.com>
Subject: [PATCH 10/11] gpib: Add gpib Kconfig option
As part of destaging the gpib drivers we need to add the sourcing
of the gpib Kconfig file to the main drivers Kconfig file. It has
been added just after the Kconfig for the comedi drivers as they
are most related to the gpib drivers.
Signed-off-by: Dave Penkler <dpenkler@...il.com>
---
drivers/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 4915a63866b0..01602581b880 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -161,6 +161,8 @@ source "drivers/greybus/Kconfig"
source "drivers/comedi/Kconfig"
+source "drivers/gpib/Kconfig"
+
source "drivers/staging/Kconfig"
source "drivers/platform/Kconfig"
--
2.51.2
Powered by blists - more mailing lists