mbox series

[0/4] Minor Kconfig changes

Message ID 20200930231528.2179-1-bastiangermann@fishpost.de
Headers show
Series Minor Kconfig changes | expand

Message

Bastian Germann Sept. 30, 2020, 11:15 p.m. UTC
There are some minor configuration issues.
This series fixes some.

Bastian Germann (4):
  Kconfig: Move U-Boot unavailability message to choice
  Kconfig: Remove unused option
  Kconfig: Unify swuforwarder unavailability messages
  Kconfig: Disable Suricatta on unavailable curl

 Kconfig              |  4 ----
 bootloader/Config.in |  6 +++---
 handlers/Config.in   |  7 ++-----
 suricatta/Config.in  | 13 ++++++-------
 4 files changed, 11 insertions(+), 19 deletions(-)

Comments

Stefano Babic Oct. 12, 2020, 2 p.m. UTC | #1
On 01.10.20 01:15, Bastian Germann wrote:
> There are some minor configuration issues.
> This series fixes some.
> 
> Bastian Germann (4):
>   Kconfig: Move U-Boot unavailability message to choice
>   Kconfig: Remove unused option
>   Kconfig: Unify swuforwarder unavailability messages
>   Kconfig: Disable Suricatta on unavailable curl
> 
>  Kconfig              |  4 ----
>  bootloader/Config.in |  6 +++---
>  handlers/Config.in   |  7 ++-----
>  suricatta/Config.in  | 13 ++++++-------
>  4 files changed, 11 insertions(+), 19 deletions(-)
> 

Applied to -master, thanks !

Best regards,
Stefano Babic