378d6b137a
Same deal as in commit eddd98f811
("kconfig: Replace some single-symbol
'if's with 'depends on'"), for the remaining cases outside defconfig
files. See that commit for an explanation.
Will do the defconfigs separately in case there are any complaints
there.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
15 lines
369 B
Plaintext
15 lines
369 B
Plaintext
# Copyright (c) 2018 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig LIBMETAL
|
|
bool "libmetal Support"
|
|
help
|
|
This option enables the libmetal HAL abstraction layer
|
|
|
|
config LIBMETAL_SRC_PATH
|
|
string "libmetal library source path"
|
|
default "libmetal"
|
|
depends on LIBMETAL
|
|
help
|
|
This option specifies the path to the source for the libmetal library
|