commit | 1d04ed685cc8440df4ad0f4e1758b6484d7180e2 | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <mcgrof@kernel.org> | Fri Nov 17 16:21:24 2017 -0800 |
committer | Luis R. Rodriguez <mcgrof@kernel.org> | Sun Nov 19 17:59:53 2017 -0800 |
tree | 460f7b1e4fa5360fae62d7a2941a2218bcd36c5b | |
parent | eaf68535aaadddfe7297d8f92085ef17f4fdf938 [diff] |
firmware: add debug facility to emulate disabling sysfs fallback One can build a kernel without CONFIG_FW_LOADER_USER_HELPER being enabled, but testing it requires a unique kernel configuration most folks do not enable. This makes it hard to test. Provide a debugfs facility to enable us to emulate such kernels. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>