[PATCH] platform/x86: eeepc-laptop uses INPUT

From: Matthew Garrett
Date: Fri Jan 16 2009 - 21:41:38 EST


eeepc-laptop uses the input layer, so needs to depend on it.

Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx>

---

Ugh. The drivers in here seem to use a mixture of select and depends -
I've just followed what was already being used, but have no idea what
the convention really is here.

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index e65448e..d4908e0 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -281,6 +281,7 @@ config EEEPC_LAPTOP
select BACKLIGHT_CLASS_DEVICE
select HWMON
select RFKILL
+ select INPUT
---help---
This driver supports the Fn-Fx keys on Eee PC laptops.
It also adds the ability to switch camera/wlan on/off.

--
Matthew Garrett | mjg59@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/