zephyr/drivers/rtc
Ulf Magnusson a51a7817cf kconfig: drivers: rtc: Remove redundant RTC deps.
These symbols appear within an 'if RTC' (in drivers/rtc/Kconfig).

'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:59:41 -05:00
..
CMakeLists.txt drivers: rtc_qmsi: Move rtc driver apis to unified interface 2019-02-07 16:14:00 -05:00
Kconfig kconfig: drivers: rtc: Remove redundant RTC deps. 2019-03-09 09:59:41 -05:00
Kconfig.mcux_rtc kconfig: drivers: rtc: Remove redundant RTC deps. 2019-03-09 09:59:41 -05:00
Kconfig.stm32_rtc drivers/rtc: Enable RTC driver for STM32F7 series 2018-10-23 09:19:15 +01:00
rtc_handlers.c
rtc_ll_stm32.c soc: stm32: Convert CONFIG_RTC leftover to DT_ 2019-02-07 16:14:00 -05:00
rtc_mcux.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00