diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-03-31 09:15:36 -0400 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-04-06 12:58:13 -0400 |
commit | 57dcf020f406e430050ed4153c03ce904ede07bc (patch) | |
tree | 5b33aef445f1a0d953edecffc41c596f92bbe6c3 /drivers/char/Kconfig | |
parent | c900f291f25ad86270efa36630ee7f128d08096a (diff) |
sonypi: Simplify dependencies
X86 && !64BIT is better expressed as X86_32.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 1386749b48ff..fbae63e3d304 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -408,7 +408,7 @@ config APPLICOM | |||
408 | 408 | ||
409 | config SONYPI | 409 | config SONYPI |
410 | tristate "Sony Vaio Programmable I/O Control Device support" | 410 | tristate "Sony Vaio Programmable I/O Control Device support" |
411 | depends on X86 && PCI && INPUT && !64BIT | 411 | depends on X86_32 && PCI && INPUT |
412 | ---help--- | 412 | ---help--- |
413 | This driver enables access to the Sony Programmable I/O Control | 413 | This driver enables access to the Sony Programmable I/O Control |
414 | Device which can be found in many (all ?) Sony Vaio laptops. | 414 | Device which can be found in many (all ?) Sony Vaio laptops. |