zephyr/drivers/led_strip
Ulf Magnusson 3ec8dd5744 drivers: led_strip: Kconfig: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though, and is
inconsistent.

This will make the auto-generated Kconfig documentation have "No
defaults. Implicitly defaults to n." as well, which is clearer than
'default n if ...'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-03 17:11:31 -04:00
..
CMakeLists.txt drivers: led_strip: Add driver for software-based WS2812B operation 2018-03-03 20:46:53 +01:00
Kconfig drivers: led_strip: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.apa102 drivers: led_strip: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.lpd880x drivers: led_strip: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.ws2812 drivers: led_strip: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.ws2812b_sw arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
apa102.c api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
lpd880x.c api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
ws2812.c api/spi: Reduce parameter number on transceive function 2018-04-04 19:02:35 +02:00
ws2812b_sw.c drivers: led_strip: Add driver for software-based WS2812B operation 2018-03-03 20:46:53 +01:00