Parcourir la source

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>
Jean Delvare il y a 11 ans
Parent
commit
57dcf020f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/char/Kconfig

+ 1 - 1
drivers/char/Kconfig

@@ -408,7 +408,7 @@ config APPLICOM
 
 
 config SONYPI
 config SONYPI
 	tristate "Sony Vaio Programmable I/O Control Device support"
 	tristate "Sony Vaio Programmable I/O Control Device support"
-	depends on X86 && PCI && INPUT && !64BIT
+	depends on X86_32 && PCI && INPUT
 	---help---
 	---help---
 	  This driver enables access to the Sony Programmable I/O Control
 	  This driver enables access to the Sony Programmable I/O Control
 	  Device which can be found in many (all ?) Sony Vaio laptops.
 	  Device which can be found in many (all ?) Sony Vaio laptops.