[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20090311164311.GC29871@buzzloop.caiaq.de>
Date: Wed, 11 Mar 2009 17:43:11 +0100
From: Daniel Mack <daniel@...aq.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jonathan Cameron <jic23@....ac.uk>,
Jean Delvare <khali@...ux-fr.org>, linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Added driver for ISL29003 ambient light sensor
On Wed, Mar 11, 2009 at 09:32:34AM -0700, Andrew Morton wrote:
> > Jonathan replied to the posting on linux-i2c and linux-kernel wasn't in
> > the loop, sorry. Find his posting here:
> >
> > http://marc.info/?l=linux-i2c&m=123669064909549&w=2
>
> OK. Please always use reply-to-all, guys.
The thread moved from linux-i2c to linux-kernel, hence the trouble.
> > You're right, it should depend on that. You want me so send a patch on
> > top of the other or one that replaces it?
>
> Either way is OK by me at this time.
Ok, I chose the shorter variant :) See the patch below.
Thanks,
Daniel
>From 9143c849682280ca3b0544e580bc90241c385927 Mon Sep 17 00:00:00 2001
From: Daniel Mack <daniel@...aq.de>
Date: Wed, 11 Mar 2009 17:39:13 +0100
Subject: [PATCH] make isl29003 depend on sysfs
Signed-off-by: Daniel Mack <daniel@...aq.de>
---
drivers/misc/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index b883b19..16e1815 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -225,7 +225,7 @@ config DELL_LAPTOP
config ISL29003
tristate "Intersil ISL29003 ambient light sensor"
- depends on I2C
+ depends on I2C && SYSFS
help
If you say yes here you get support for the Intersil ISL29003
ambient light sensor.
--
1.6.2
--
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