zephyr/subsys
Ulf Magnusson 747cc7129a kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep.
Appears within an 'if IMG_MANAGER'.

'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 10:03:45 -05:00
..
bluetooth Bluetooth: kconfig: Remove redundant dependencies 2019-03-09 10:03:06 -05:00
console console: tty: Remove dependency on older "consoles" 2019-02-28 16:57:50 -08:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug segger: sysview: Fix constness of char pointer 2019-03-04 18:59:55 -08:00
dfu kconfig: subsys: dfu: Remove redundant IMG_MANAGER dep. 2019-03-09 10:03:45 -05:00
disk include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
fb shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
fs subsys/fs/shell: fix unchecked return from fs_seek in cmd_read 2019-03-02 12:28:03 +01:00
jwt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
logging logging: Fix RTT log backend lagging if no host 2019-03-07 13:06:52 +01:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
net kconfig: subsys: net: Remove redundant dependencies 2019-03-09 09:49:59 -05:00
power power: don't switch to power modes not enabled in Kconfig 2019-03-07 07:18:10 -05:00
random
settings settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
shell shell: fix coverity issue 2019-03-04 09:41:13 -05:00
stats stats: move from misc to subsys/stats 2018-11-12 08:01:15 -05:00
storage storage: flash_map: fix copyright assignment 2019-02-11 20:40:47 -06:00
testsuite userspace: get rid of app section placeholders 2019-03-04 08:05:16 -08:00
usb kconfig: subsys: usb: Remove redundant USB_DEVICE_STACK deps. 2019-03-09 10:03:27 -05:00
CMakeLists.txt userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00
Kconfig userspace: remove APP_SHARED_MEM Kconfig 2019-02-23 07:43:55 -05:00