]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
power: reset: ep93xx: add AUXILIARY_BUS dependency
authorArnd Bergmann <arnd@arndb.de>
Mon, 11 Nov 2024 10:44:12 +0000 (11:44 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 11 Nov 2024 23:07:00 +0000 (00:07 +0100)
This fails to link when compile-testing and the auxiliary bus is not built-in:

x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_init':
ep93xx-restart.c:(.init.text+0x11): undefined reference to `__auxiliary_driver_register'
x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_exit':
ep93xx-restart.c:(.exit.text+0x8): undefined reference to `auxiliary_driver_unregister'

Add the appropriate dependency.

Fixes: 9fa7cdb4368f ("power: reset: Add a driver for the ep93xx reset")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241111104418.3891756-1-arnd@kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/Kconfig

index 389d5a193e5dce83331631d1978da377d0f43555..f5fc33a8bf443164314f83d0f92fa0705606538c 100644 (file)
@@ -79,6 +79,7 @@ config POWER_RESET_EP93XX
        bool "Cirrus EP93XX reset driver" if COMPILE_TEST
        depends on MFD_SYSCON
        default ARCH_EP93XX
+       select AUXILIARY_BUS
        help
          This driver provides restart support for Cirrus EP93XX SoC.