zephyr/drivers/clock_control
Ulf Magnusson ea5866e5f0 kconfig: Use 'CONFIG_FOO_*' in #endif comments to avoid CI failures
https://github.com/zephyrproject-rtos/ci-tools/pull/65 tweaks the check
for references to undefined Kconfig symbol to whitelist anything on the
form 'CONFIG_FOO_*' (or 'CONFIG_FOO_*_...'). This is meant for #endif
comments that talk about many related symbols.

Fix two existing #endif comments to use that format, so that some
entries can be removed from the whitelist in the CI check.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-05-18 07:20:44 -05:00
..
beetle_clock_control.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
clock_control_mcux_ccm.c clock_control: Add support for lpi2c clock in mcux ccm driver 2019-01-18 06:49:35 -05:00
clock_control_mcux_pcc.c clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
clock_control_mcux_sim.c drivers: clock_control_mcux_sim: add support for clkout 2019-05-14 15:00:11 -05:00
clock_control_rv32m1_pcc.c drivers: clock_control: Fix build warnings in rv32m1 driver 2019-03-05 08:18:52 -05:00
clock_stm32_ll_common.c kconfig: Use 'CONFIG_FOO_*' in #endif comments to avoid CI failures 2019-05-18 07:20:44 -05:00
clock_stm32_ll_common.h drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32_ll_mp1x.c clock_control: Add stm32mp157c_dk2 board support 2019-04-26 02:56:20 -07:00
clock_stm32f0x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32f1x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32f2x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32f3x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32f4x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32f7x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32l0x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32l1x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32l4x.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32wbx.c drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
CMakeLists.txt clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
Kconfig clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
Kconfig.beetle kconfig: drivers: clock_control: Remove redundant CLOCK_CONTROL deps. 2019-03-09 10:00:07 -05:00
Kconfig.mcux_ccm Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.mcux_pcc clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
Kconfig.mcux_sim Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.nrf drivers: clock_control: nrf: add SYNTH LFCLK clock source 2019-04-18 17:50:53 -04:00
Kconfig.quark_se Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.rv32m1 clock_control: RV32M1: introduce PCC driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.stm32 clock_control: Add stm32mp157c_dk2 board support 2019-04-26 02:56:20 -07:00
nrf_power_clock.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
quark_se_clock_control.c drivers: Remove board.h include 2018-11-01 13:21:11 -04:00