zephyr/boards/arm/b_l072z_lrwan1/Kconfig.defconfig
Kumar Gala a5b45d9567 boards: Remove Kconfig I2C_[0-9] usage
The Kconfig I2C_[0-9] sybmols don't have any meaning for the majority of
SoCs.  The drivers doesn't utilize them and no sample or test code does
either so we can remove setting them in board Kconfig.defconfig files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-06 10:55:38 -05:00

16 lines
404 B
Text

# STMicroelectronics B-L072Z-LRWAN1 Discovery board configuration
# Copyright (c) 2018 Aleksandr Makarov <aleksandr.o.makarov@gmail.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_B_L072Z_LRWAN1
config BOARD
default "b_l072z_lrwan1"
choice COUNTER_RTC_STM32_CLOCK_SRC
default COUNTER_RTC_STM32_CLOCK_LSE
depends on COUNTER
endchoice # COUNTER_RTC_STM32_CLOCK_SRC
endif # BOARD_B_L072Z_LRWAN1