[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <746741393963037@web21h.yandex.ru>
Date: Tue, 04 Mar 2014 23:57:17 +0400
From: Evgeniy Polyakov <zbr@...emap.net>
To: Alexander Shiyan <shc_work@...l.ru>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Shawn Guo <shawn.guo@...aro.org>,
Sascha Hauer <kernel@...gutronix.de>
Subject: Re: [PATCH 1/4] w1: Remove excess dependencies on W1 for masters and slaves
Hi everyone
22.02.2014, 11:30, "Alexander Shiyan" <shc_work@...l.ru>:
> Configuration for masters and slaves is included only if W1 symbol
> enabled, so no reason to check it once more.
>
> Signed-off-by: Alexander Shiyan <shc_work@...l.ru>
> ---
> drivers/w1/masters/Kconfig | 3 +--
> drivers/w1/slaves/Kconfig | 5 -----
> 2 files changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
> index efc7f07..6ffe120 100644
> --- a/drivers/w1/masters/Kconfig
> +++ b/drivers/w1/masters/Kconfig
> @@ -36,13 +36,12 @@ config W1_MASTER_DS2482
>
> config W1_MASTER_MXC
> tristate "Freescale MXC 1-wire busmaster"
> - depends on W1 && ARCH_MXC
> + depends on ARCH_MXC
I know nothing about this arch, so while this first patch looks good, I can not say anything about the others :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists