Skip to content

Commit

Permalink
lvgl: kconfig: Remove menu and use a 'menuconfig' symbol
Browse files Browse the repository at this point in the history
The 'Graphical user interface' menu currently contains just the
'LittlevGL Support' symbol and its indented children.

To remove one menu level, remove the 'Graphical user interface' menu,
rename the symbol to 'LittlevGL GUI library' (consistent with e.g.
'Logging' and 'Bluetooth'), and turn it into a 'menuconfig' symbol.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
  • Loading branch information
ulfalizer authored and MaureenHelm committed May 21, 2019
1 parent 21e964e commit 927012d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions lib/gui/Kconfig
Expand Up @@ -4,8 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
#

menu "Graphical user interface"

rsource "lvgl/Kconfig"

endmenu
4 changes: 2 additions & 2 deletions lib/gui/lvgl/Kconfig
Expand Up @@ -4,8 +4,8 @@
# SPDX-License-Identifier: Apache-2.0
#

config LVGL
bool "LittlevGL Support"
menuconfig LVGL
bool "LittlevGL GUI library"
help
This option enables the LittlevGL GUI library.

Expand Down

0 comments on commit 927012d

Please sign in to comment.