diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2009-08-19 10:44:10 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-10 00:03:18 -0500 |
commit | 8c5d30e590593495c5bb8bd4a2519ce1ac909a22 (patch) | |
tree | f169a3840961ed58b177461e1c27c7b83bc98b98 /drivers/misc/Kconfig | |
parent | 4788df4cf44fd14847d37f88daea649f01c01017 (diff) |
dell-laptop: remove duplicate Kconfig entry under drivers/misc
This showed up as an unselectable option when using xconfig and
searching for "dell". It must been overlooked when dell-laptop
was moved to drivers/platform/x86.
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index df1f86b5c83e..ba137c8b263e 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -210,19 +210,6 @@ config SGI_GRU_DEBUG | |||
210 | This option enables addition debugging code for the SGI GRU driver. If | 210 | This option enables addition debugging code for the SGI GRU driver. If |
211 | you are unsure, say N. | 211 | you are unsure, say N. |
212 | 212 | ||
213 | config DELL_LAPTOP | ||
214 | tristate "Dell Laptop Extras (EXPERIMENTAL)" | ||
215 | depends on X86 | ||
216 | depends on DCDBAS | ||
217 | depends on EXPERIMENTAL | ||
218 | depends on BACKLIGHT_CLASS_DEVICE | ||
219 | depends on RFKILL | ||
220 | depends on POWER_SUPPLY | ||
221 | default n | ||
222 | ---help--- | ||
223 | This driver adds support for rfkill and backlight control to Dell | ||
224 | laptops. | ||
225 | |||
226 | config ISL29003 | 213 | config ISL29003 |
227 | tristate "Intersil ISL29003 ambient light sensor" | 214 | tristate "Intersil ISL29003 ambient light sensor" |
228 | depends on I2C && SYSFS | 215 | depends on I2C && SYSFS |