[PATCH 5/8] sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT

From: Stelian Pop
Date: Thu Oct 28 2004 - 05:23:16 EST


===================================================================

ChangeSet@xxxxxx, 2004-10-28 10:23:13+02:00, stelian@xxxxxxxxxx
sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT since the latter is no more optional.

Signed-off-by: Stelian Pop <stelian@xxxxxxxxxx>

===================================================================

Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

===================================================================

diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig
--- a/drivers/char/Kconfig 2004-10-28 11:09:18 +02:00
+++ b/drivers/char/Kconfig 2004-10-28 11:09:18 +02:00
@@ -835,7 +835,7 @@

config SONYPI
tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && X86 && PCI && !64BIT
+ depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
---help---
This driver enables access to the Sony Programmable I/O Control
Device which can be found in many (all ?) Sony Vaio laptops.
-
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/