From 95e8ecbf906fe81aef8993ff9948bf0ac9ff72ad Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Wed, 30 Oct 2024 10:34:03 +0900 Subject: [PATCH] ODROID-C5: defconfig: onewire: Add config onewire Signed-off-by: YoungSoo Shin Change-Id: I5346db6dab7d4c264aca97b23eed076a9e889d4a Signed-off-by: YoungSoo Shin --- arch/arm64/configs/odroidc5_defconfig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm64/configs/odroidc5_defconfig b/arch/arm64/configs/odroidc5_defconfig index cf1742906431..b48ec28294cf 100644 --- a/arch/arm64/configs/odroidc5_defconfig +++ b/arch/arm64/configs/odroidc5_defconfig @@ -3099,7 +3099,18 @@ CONFIG_GPIO_PL061=y # CONFIG_GPIO_VIRTIO is not set # end of Virtual GPIO drivers -# CONFIG_W1 is not set +CONFIG_W1=m + +# +# 1-wire Bus Masters +# +CONFIG_W1_MASTER_GPIO=m + +# +# 1-wire Slaves +# +CONFIG_W1_SLAVE_THERM=m + CONFIG_POWER_RESET=y # CONFIG_POWER_RESET_BRCMSTB is not set # CONFIG_POWER_RESET_GPIO is not set