024ea0e44e
No code utilizes CONFIG_ADC_{0..2} so we can now remove the Kconfig sybmols for them. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
197 B
Plaintext
13 lines
197 B
Plaintext
#
|
|
# Copyright (c) 2019 Antony Pavlov <antonynpavlov@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_NUCLEO_L152RE
|
|
|
|
config BOARD
|
|
default "nucleo_l152re"
|
|
|
|
endif # BOARD_NUCLEO_L152RE
|