zephyr/subsys/bluetooth/services
Ulf Magnusson 6ef29c0250 kconfig: Remove some redundant single-item menus and ifs
A single menu within an if like

    if FOO

    menu "blah"

    ...

    endmenu

    endif

can be replaced with

    menu "blah"
            depends on FOO

    ...

    endmenu

Fix up all existing instances.

Also remove redundant extra menus underneath 'menuconfig' symbols.
'menuconfig' already creates a menu.

Also remove the menu in arch/arm/core/aarch32/Kconfig around the
"Floating point ABI" choice. The choice depends on FLOAT, which depends
on CPU_HAS_CPU, so remove the 'depends on CPU_HAS_FPU' too.

Piggyback removing a redundant 'default n' for BME280.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-21 10:26:54 -05:00
..
CMakeLists.txt Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
Kconfig kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
Kconfig.bas kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.dis kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.hrs kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
bas.c include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
dis.c subsys/settings: Update bluetooth module 2019-06-26 16:31:01 +02:00
hrs.c Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00