[PATCH 10/11] gpib: Add gpib Kconfig option
From: Dave Penkler
Date: Mon Nov 10 2025 - 05:30:22 EST
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@xxxxxxxxx>
---
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