zephyr/drivers/sensor/bmc150_magn
Ulf Magnusson 19d7803546 drivers: sensor: 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.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-27 17:20:10 -05:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: sensor: Kconfig: Remove redundant 'default n' properties 2018-06-27 17:20:10 -05:00
bmc150_magn.c drivers: bmc150_magn: Initialise driver with DEVICE_AND_API_INIT 2017-09-17 10:26:52 -04:00
bmc150_magn.h drivers: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
bmc150_magn_trigger.c drivers: sensor: use k_thread_create() 2017-05-11 20:24:22 -04:00