diff mbox series

[U-Boot,v2,1/4] firmware: Add FIRMWARE config prompt string

Message ID 1537353826-19177-2-git-send-email-rajan.vaja@xilinx.com
State Accepted
Commit e7a52ba65be227f4fa06b851d1d92af1bef694e0
Delegated to: Simon Glass
Headers show
Series dm: core: Scan "/firmware" node by default | expand

Commit Message

Rajan Vaja Sept. 19, 2018, 10:43 a.m. UTC
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>
---
Changes in v2:
  * New patch
---
 drivers/firmware/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Sept. 26, 2018, 5:41 a.m. UTC | #1
On 19 September 2018 at 04:43, Rajan Vaja <rajan.vaja@xilinx.com> wrote:
> 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>
> ---
> Changes in v2:
>   * New patch
> ---
>  drivers/firmware/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass Oct. 2, 2018, 11:21 a.m. UTC | #2
On 25 September 2018 at 22:41, Simon Glass <sjg@chromium.org> wrote:
> On 19 September 2018 at 04:43, Rajan Vaja <rajan.vaja@xilinx.com> wrote:
>> 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>
>> ---
>> Changes in v2:
>>   * New patch
>> ---
>>  drivers/firmware/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, and now in mainline, thanks!
diff mbox series

Patch

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index cb73b70..feaea81 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