Skip to content

Commit e56af94

Browse files
Gerhard Engledergregkh
authored andcommitted
misc: keba: Fix missing AUXILIARY_BUS dependency
The cp500 driver creates auxiliary devices. Kernel configs without CONFIG_AUXILIARY_BUS lead to warnings like this: cp500.c: undefined reference to `auxiliary_device_init' cp500.c: undefined reference to `__auxiliary_device_add' Add missing dependency to AUXILIARY_BUS to KEBA_CP500 Kconfig. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: a194467 ("misc: keba: Add basic KEBA CP500 system FPGA support") Signed-off-by: Gerhard Engleder <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9d2877a commit e56af94

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
@@ -2,6 +2,7 @@
22
config KEBA_CP500
33
tristate "KEBA CP500 system FPGA support"
44
depends on PCI
5+
select AUXILIARY_BUS
56
help
67
This driver supports the KEBA CP500 system FPGA, which is used in
78
KEBA CP500 devices. It registers all sub devices present on the CP500

0 commit comments

Comments
 (0)