summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-03-25 16:02:32 +0000
committerJeremy Cline <jcline@redhat.com>2019-03-25 16:02:32 +0000
commit4f39cfdf959a1522f83063c2966ffdfb4036c0eb (patch)
tree8e778ab2054e9e949a70f6bbc1442fe7c667973a
parent45e5a1f373d708b10afabbf252d240a2e73b78e1 (diff)
downloadkernel-4f39cfdf959a1522f83063c2966ffdfb4036c0eb.tar.gz
kernel-4f39cfdf959a1522f83063c2966ffdfb4036c0eb.tar.xz
kernel-4f39cfdf959a1522f83063c2966ffdfb4036c0eb.zip
Enable W1_MASTER_GPIO on aarch64 (rbhz #1671934)
-rw-r--r--configs/fedora/generic/arm/CONFIG_W1_MASTER_GPIO (renamed from configs/fedora/generic/arm/armv7/CONFIG_W1_MASTER_GPIO)0
-rw-r--r--kernel-aarch64-debug.config2
-rw-r--r--kernel-aarch64.config2
3 files changed, 2 insertions, 2 deletions
diff --git a/configs/fedora/generic/arm/armv7/CONFIG_W1_MASTER_GPIO b/configs/fedora/generic/arm/CONFIG_W1_MASTER_GPIO
index ba7c7ebc4..ba7c7ebc4 100644
--- a/configs/fedora/generic/arm/armv7/CONFIG_W1_MASTER_GPIO
+++ b/configs/fedora/generic/arm/CONFIG_W1_MASTER_GPIO
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
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 3e9ddf442..d5fe83d71 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -6898,7 +6898,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