zephyr/drivers/clock_control
Ulf Magnusson 8cf8db3a73 Kconfig: Use a short, consistent style for prompts
Consistently use

    config FOO
            bool/int/hex/string "Prompt text"

instead of

    config FOO
            bool/int/hex/string
            prompt "Prompt text"

(...and a bunch of other variations that e.g. swapped the order of the
type and the 'prompt', or put other properties between them).

The shorthand is fully equivalent to using 'prompt'. It saves lines and
avoids tricking people into thinking there is some semantic difference.

Most of the grunt work was done by a modified version of
https://unix.stackexchange.com/questions/26284/
how-can-i-use-sed-to-replace-a-multi-line-string/26290#26290, but some
of the rarer variations had to be converted manually.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-15 04:10:10 -07:00
..
beetle_clock_control.c
clock_control_mcux_ccm.c
clock_control_mcux_sim.c
CMakeLists.txt drivers: clock_control: Add support for stm32f2 2018-07-05 11:26:07 -05:00
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.beetle Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.mcux_ccm Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.mcux_sim Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.nrf5 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.quark_se Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.stm32 Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
nrf5_power_clock.c clock_control: nRF5x: Fix HFSTAT and LFSTAT check 2018-08-02 01:04:46 +02:00
quark_se_clock_control.c
stm32_ll_clock.c drivers: clock_control: Add support for stm32f2 2018-07-05 11:26:07 -05:00
stm32_ll_clock.h
stm32f1x_ll_clock.c
stm32f2x_ll_clock.c drivers: clock_control: Add support for stm32f2 2018-07-05 11:26:07 -05:00
stm32f3x_ll_clock.c
stm32f4x_ll_clock.c
stm32f7x_ll_clock.c drivers: clock_control: STM32F7 family clock control 2018-06-28 08:29:32 -05:00
stm32f0x_ll_clock.c
stm32l4x_ll_clock.c
stm32l0x_ll_clock.c