projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32a805
)
misc: keba: Add hardware dependency
author
Jean Delvare
<jdelvare@suse.de>
Mon, 4 Nov 2024 13:22:17 +0000
(14:22 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Nov 2024 08:53:46 +0000
(09:53 +0100)
Only propose KEBA CP500 drivers on architectures where the device
exists, unless build-testing.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Gerhard Engleder <eg@keba.com>
Link:
https://lore.kernel.org/r/20241104142217.1dad57cf@endymion.delvare
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/keba/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/misc/keba/Kconfig
b/drivers/misc/keba/Kconfig
index
08c8970
..
d6d4719
100644
(file)
--- a/
drivers/misc/keba/Kconfig
+++ b/
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
depends on I2C
select AUXILIARY_BUS