diff options
author | Rajan Vaja | 2018-09-19 03:43:43 -0700 |
---|---|---|
committer | Simon Glass | 2018-09-29 11:49:35 -0600 |
commit | e7a52ba65be227f4fa06b851d1d92af1bef694e0 (patch) | |
tree | be75ff7827cb07c2dca934b0df43599f877c6dad | |
parent | 969c8f4d5a341ee5ba47dbbe8cf382a250eb8cb7 (diff) |
firmware: Add FIRMWARE config prompt string
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>
-rw-r--r-- | drivers/firmware/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig index cb73b70f5b2..feaea8130fd 100644 --- a/drivers/firmware/Kconfig +++ b/drivers/firmware/Kconfig @@ -1,5 +1,5 @@ config FIRMWARE - bool + bool "Enable Firmware driver support" config ARM_PSCI_FW bool |