]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
firmware: Add FIRMWARE config prompt string
authorRajan Vaja <rajan.vaja@xilinx.com>
Wed, 19 Sep 2018 10:43:43 +0000 (03:43 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000 (11:49 -0600)
There is no prompt string for FIRMWARE config. Without this,
FIRMWARE config cannot be enabled through menuconfing or
config file. Fix this by adding prompt summary.

Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/firmware/Kconfig

index cb73b70f5b20538252d95a2be8345b03269d3bb3..feaea8130fd4211bc08c6fb14a7a982d078be049 100644 (file)
@@ -1,5 +1,5 @@
 config FIRMWARE
-       bool
+       bool "Enable Firmware driver support"
 
 config ARM_PSCI_FW
        bool