firmware_loader: move kconfig FW_LOADER entries to its own file
authorLuis R. Rodriguez <mcgrof@kernel.org>
Thu, 10 May 2018 20:08:43 +0000 (13:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:43:10 +0000 (16:43 +0200)
commit06bfd3c8ab1dbf0031022d056a90ace682f6a94c
treea6c78d27080044f797fd56411bb007c8f1ef53e0
parent367d09824193e5a9aea98490ae0506cec8abe9c4
firmware_loader: move kconfig FW_LOADER entries to its own file

This will make it easier to track and easier to understand
what components and features are part of the FW_LOADER. There
are some components related to firmware which have *nothing* to
do with the FW_LOADER, souch as PREVENT_FIRMWARE_BUILD.

Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Kconfig
drivers/base/firmware_loader/Kconfig [new file with mode: 0644]