diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-11 12:51:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 12:23:18 +0300 |
commit | 91f382a46822c7a2913e6fabb2b882cc0f23144a (patch) | |
tree | 8a1724f09c18f2aac3bb150f7f8f9714841b65d6 /drivers/fpga/machxo2-spi.c | |
parent | 925f8d4aad5ca1bf18987a3cdcb0e176bddddcf1 (diff) | |
download | linux-91f382a46822c7a2913e6fabb2b882cc0f23144a.tar.xz |
firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile
The whole code of fallback_table.c is surrounded by #ifdef of
CONFIG_FW_LOADER_USER_HELPER.
Move the CONFIG_FW_LOADER_USER_HELPER switch to Makefile so that
it is not compiled at all when this CONFIG option is disabled.
I also removed the confusing comment, "Module or buit-in [sic]".
CONFIG_FW_LOADER_USER_HELPER is a boolean option.
(If it were a module, CONFIG_FW_LOADER_USER_HELPER_MODULE would
be defined instead.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fpga/machxo2-spi.c')
0 files changed, 0 insertions, 0 deletions