Skip to content

Commit 9b50fe1

Browse files
jdelvaregregkh
authored andcommitted
misc: keba: Add hardware dependency
Only propose KEBA CP500 drivers on architectures where the device exists, unless build-testing. Signed-off-by: Jean Delvare <[email protected]> Cc: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a32a805 commit 9b50fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/misc/keba/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
config KEBA_CP500
33
tristate "KEBA CP500 system FPGA support"
4+
depends on X86_64 || ARM64 || COMPILE_TEST
45
depends on PCI
56
depends on I2C
67
select AUXILIARY_BUS

0 commit comments

Comments
 (0)