From 4f39cfdf959a1522f83063c2966ffdfb4036c0eb Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 25 Mar 2019 16:02:32 +0000 Subject: Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934) --- kernel-aarch64-debug.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-aarch64-debug.config') diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index b4b4a4e74..93caa9cd0 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -6920,7 +6920,7 @@ CONFIG_W1=m # CONFIG_W1_MASTER_DS1WM is not set CONFIG_W1_MASTER_DS2482=m CONFIG_W1_MASTER_DS2490=m -# CONFIG_W1_MASTER_GPIO is not set +CONFIG_W1_MASTER_GPIO=m # CONFIG_W1_MASTER_MATROX is not set CONFIG_W1_SLAVE_DS2405=m CONFIG_W1_SLAVE_DS2406=m -- cgit