Messages in this thread Patch in this message |  | | | Date | Thu, 28 Oct 2004 12:08:51 +0200 | | From | Stelian Pop <> | | Subject | [PATCH 5/8] sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT |
| |
=================================================================== ChangeSet@1.2195, 2004-10-28 10:23:13+02:00, stelian@popies.net sonypi: make CONFIG_SONYPI depend on CONFIG_INPUT since the latter is no more optional.
Signed-off-by: Stelian Pop <stelian@popies.net>
=================================================================== 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |