hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/w1/masters/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # 1-wire bus master configuration
34 #
....@@ -64,5 +65,14 @@
6465 Say Y here if you want support for the 1-wire or HDQ Interface
6566 on an OMAP processor.
6667
68
+config W1_MASTER_SGI
69
+ tristate "SGI ASIC driver"
70
+ help
71
+ Say Y here if you want support for your 1-wire devices using
72
+ SGI ASIC 1-Wire interface
73
+
74
+ This support is also available as a module. If so, the module
75
+ will be called sgi_w1.
76
+
6777 endmenu
6878