aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-05-22 12:28:37 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-03 16:57:29 -0400
commitd05c39ea67f5786a549ac9d672d2951992b658c6 (patch)
tree42a0117ca87ab461d68c1524d8667faf71aa758e /drivers/firmware
parenta3b2c8c7aa1ca860edcf0b0afa371d9eb2269c3c (diff)
dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly
The usermode helper is mandatory for this driver. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/firmware')
-rw-r--r--drivers/firmware/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 93876302fb2e..074787281c94 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -64,6 +64,7 @@ config DELL_RBU
64 tristate "BIOS update support for DELL systems via sysfs" 64 tristate "BIOS update support for DELL systems via sysfs"
65 depends on X86 65 depends on X86
66 select FW_LOADER 66 select FW_LOADER
67 select FW_LOADER_USER_HELPER
67 help 68 help
68 Say m if you want to have the option of updating the BIOS for your 69 Say m if you want to have the option of updating the BIOS for your
69 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) 70 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)