zephyr/lib
Ulf Magnusson da704c453f kconfig: lvgl: Remove redundant LVGL dep.
Appears within an 'if LVGL'.

'if FOO' is just shorthand for adding 'depends on FOO' to each item
within the 'if'. Dependencies on menus work similarly. There are no
"conditional includes" in Kconfig, so 'if FOO' has no special meaning
around a source. Conditional includes wouldn't be possible, because an
if condition could include (directly or indirectly) forward references
to symbols not defined yet.

Tip: When adding a symbol, check its dependencies in the menuconfig
('ninja menuconfig', then / to jump to the symbol). The menuconfig also
shows how the file with the symbol got included, so if you see
duplicated dependencies, it's easy to hunt down where they come from.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-09 09:48:25 -05:00
..
cmsis_rtos_v1 kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
cmsis_rtos_v2 kconfig: Remove redundant 'default n' properties 2019-02-27 09:25:22 +01:00
gui kconfig: lvgl: Remove redundant LVGL dep. 2019-03-09 09:48:25 -05:00
libc libc: minimal: add prototype of rand() 2019-03-04 17:32:08 -08:00
os lib/os: Remove case ranges from printk 2019-03-06 17:44:04 -05:00
posix posix/pthreads: fix pthread_barrier_wait() behavior to match Posix 2019-03-02 03:40:06 +01:00
CMakeLists.txt lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
Kconfig lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00