From d7836101ff2f893129d52910ff8956032c6f705e Mon Sep 17 00:00:00 2001 From: Andrei Warkentin Date: Mon, 28 Jun 2010 18:06:30 -0500 Subject: [PATCH] [ARM] configs: Add tegra w1 master to stingray defconfig Change-Id: Ie5c7c331760b3b8a9bd0c0e951fa29492beec924 Signed-off-by: Andrei Warkentin --- arch/arm/configs/stingray_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index f1e0fdb8db6f..c82dc7509cc5 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -995,7 +995,8 @@ CONFIG_W1=y # # 1-wire Bus Masters # -CONFIG_W1_MASTER_DS2482=y +# CONFIG_W1_MASTER_DS2482 is not set +CONFIG_W1_MASTER_TEGRA=y # CONFIG_W1_MASTER_DS1WM is not set # CONFIG_W1_MASTER_GPIO is not set -- 2.34.1