lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241104142217.1dad57cf@endymion.delvare>
Date: Mon, 4 Nov 2024 14:22:17 +0100
From: Jean Delvare <jdelvare@...e.de>
To: Arnd Bergmann <arnd@...db.de>, Greg Kroah-Hartman
 <gregkh@...uxfoundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Gerhard Engleder <eg@...a.com>
Subject: [PATCH] misc: keba: Add hardware dependency

Only propose KEBA CP500 drivers on architectures where the device
exists, unless build-testing.

Signed-off-by: Jean Delvare <jdelvare@...e.de>
Cc: Gerhard Engleder <eg@...a.com>
---
 drivers/misc/keba/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-6.12-rc4.orig/drivers/misc/keba/Kconfig
+++ linux-6.12-rc4/drivers/misc/keba/Kconfig
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config KEBA_CP500
 	tristate "KEBA CP500 system FPGA support"
+	depends on X86_64 || ARM64 || COMPILE_TEST
 	depends on PCI
 	select AUXILIARY_BUS
 	help


-- 
Jean Delvare
SUSE L3 Support

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ