commit | 4f86a9a2d561754161115f760ef4fa67d9fa9c03 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Wed Jul 29 15:39:18 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Wed Aug 26 15:32:59 2020 -0500 |
tree | fcefd0d1dd76eba7c037f62c1aaa4c8f189e1813 | |
parent | 6c294bc0b895e7bea4a4c955226090769fde0b98 [diff] |
lib: gui: lvgl: align all Kconfig object names Align all Kconfig option names with LVGL names. The followed rule: LV_(.*) -> CONFIG_LVGL_(.*). Also replaced LVGL boolean configuration entries using if/else/endif with direct IS_ENABLED macro. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>