From: Jean Delvare Date: Mon, 31 Mar 2014 13:15:36 +0000 (+0200) Subject: sonypi: Simplify dependencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=57dcf020f406e430050ed4153c03ce904ede07bc;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git sonypi: Simplify dependencies X86 && !64BIT is better expressed as X86_32. Signed-off-by: Jean Delvare Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Mattia Dongili Signed-off-by: Matthew Garrett --- 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 config SONYPI tristate "Sony Vaio Programmable I/O Control Device support" - depends on X86 && PCI && INPUT && !64BIT + depends on X86_32 && PCI && INPUT ---help--- This driver enables access to the Sony Programmable I/O Control Device which can be found in many (all ?) Sony Vaio laptops.