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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202407081327.2DR4Ltu9-lkp@intel.com/ Fixes: a194467 ("misc: keba: Add basic KEBA CP500 system FPGA support") Signed-off-by: Gerhard Engleder <eg@keba.com> Link: https://lore.kernel.org/r/20240708180049.12713-1-gerhard@engleder-embedded.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 9d2877a commit e56af94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)