Commit f740949d authored by Arnd Bergmann's avatar Arnd Bergmann

soc: a64fx-diag: disable modular build

The NMI infrastructure cannot currently be used in loadable modules:

ERROR: modpost: "free_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
ERROR: modpost: "request_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!
ERROR: modpost: "enable_nmi" [drivers/soc/fujitsu/a64fx-diag.ko] undefined!

Disable this for now to make allmodconfig build again. We may revisit
this and export those symbols instead in the future.
Reported-by: default avatarSudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 64f89dfa
......@@ -2,7 +2,7 @@
menu "fujitsu SoC drivers"
config A64FX_DIAG
tristate "A64FX diag driver"
bool "A64FX diag driver"
depends on ARM64
depends on ACPI
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment