kernel/drivers/w1/masters/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # 1-wire bus master configuration 3 4 # .. .. @@ -64,5 +65,14 @@ 64 65 Say Y here if you want support for the 1-wire or HDQ Interface 65 66 on an OMAP processor. 66 67 68 +config W1_MASTER_SGI69 + tristate "SGI ASIC driver"70 + help71 + Say Y here if you want support for your 1-wire devices using72 + SGI ASIC 1-Wire interface73 +74 + This support is also available as a module. If so, the module75 + will be called sgi_w1.76 +67 77 endmenu 68 78