mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
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@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>
This commit is contained in:
parent
a32a8057af
commit
9b50fe117d
@ -1,6 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
config KEBA_CP500
|
config KEBA_CP500
|
||||||
tristate "KEBA CP500 system FPGA support"
|
tristate "KEBA CP500 system FPGA support"
|
||||||
|
depends on X86_64 || ARM64 || COMPILE_TEST
|
||||||
depends on PCI
|
depends on PCI
|
||||||
depends on I2C
|
depends on I2C
|
||||||
select AUXILIARY_BUS
|
select AUXILIARY_BUS
|
||||||
|
Loading…
Reference in New Issue
Block a user