1# 2# Copyright (c) 2019 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7CONFIG_SENSOR=y 8CONFIG_GPIO=y 9 10# Need float format support 11CONFIG_NEWLIB_LIBC=y 12CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y 13CONFIG_CBPRINTF_FP_SUPPORT=y 14