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

2018-10-02 Thread Simon Glass
On 25 September 2018 at 22:41, Simon Glass  wrote:
> On 19 September 2018 at 04:43, Rajan Vaja  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 
>> ---
>> Changes in v2:
>>   * New patch
>> ---
>>  drivers/firmware/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Simon Glass 

Applied to u-boot-dm, and now in mainline, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-25 Thread Simon Glass
On 19 September 2018 at 04:43, Rajan Vaja  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 
> ---
> Changes in v2:
>   * New patch
> ---
>  drivers/firmware/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-19 Thread Rajan Vaja
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 
---
Changes in v2:
  * New patch
---
 drivers/firmware/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.7.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot