zephyr/drivers/led
Ulf Magnusson d1684a83a4 Kconfig: Clean up some symbol definitions
- Remove redundant 'n' defaults. 'n' is the default value for bool
  symbols.

  This makes the auto-generated documentation clearer as well: You get
  "implicitly defaults to n" instead of
  "- n if <propagated dependencies>".

- Shorten

      <type>
      prompt "foo"

  to

      <type> "foo"

  This works for all types, not just bool.

- Various formatting nits.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-08-01 12:47:17 -04:00
..
CMakeLists.txt drivers: led: Add LED driver support for NXP PCA9633 2018-07-02 10:25:47 -05:00
Kconfig drivers: led: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.lp3943 drivers: led: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.pca9633 Kconfig: Clean up some symbol definitions 2018-08-01 12:47:17 -04:00
led_context.h
led_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
lp3943.c
pca9633.c drivers: led: Add LED driver support for NXP PCA9633 2018-07-02 10:25:47 -05:00