2015-08-22 20:43:07 +02:00
|
|
|
# Kconfig - general configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
2016-03-25 22:30:50 +01:00
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2015-08-22 20:43:07 +02:00
|
|
|
#
|
2017-01-19 02:01:01 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-08-22 20:43:07 +02:00
|
|
|
#
|
2018-01-09 14:12:07 +01:00
|
|
|
|
2015-10-09 12:20:52 +02:00
|
|
|
source "arch/Kconfig"
|
2015-08-22 20:43:07 +02:00
|
|
|
|
2015-10-09 12:20:52 +02:00
|
|
|
source "kernel/Kconfig"
|
2015-08-22 20:43:07 +02:00
|
|
|
|
2017-08-03 13:47:44 +02:00
|
|
|
source "dts/Kconfig"
|
|
|
|
|
2015-10-09 12:20:52 +02:00
|
|
|
source "drivers/Kconfig"
|
2015-08-22 20:43:07 +02:00
|
|
|
|
2015-10-09 12:20:52 +02:00
|
|
|
source "misc/Kconfig"
|
2015-08-22 20:43:07 +02:00
|
|
|
|
2016-05-15 05:10:51 +02:00
|
|
|
source "lib/Kconfig"
|
|
|
|
|
2016-10-29 13:10:36 +02:00
|
|
|
source "subsys/Kconfig"
|
2016-07-26 01:20:54 +02:00
|
|
|
|
2016-05-24 21:23:26 +02:00
|
|
|
source "ext/Kconfig"
|
|
|
|
|
2016-08-22 13:51:46 +02:00
|
|
|
source "tests/Kconfig"
|
|
|
|
|
2016-03-25 22:30:50 +01:00
|
|
|
#
|
|
|
|
# The following are for Kconfig files for default values only.
|
|
|
|
# These should be parsed at the end.
|
|
|
|
#
|
2016-09-10 15:55:55 +02:00
|
|
|
# Board defaults should be parsed after SoC defaults
|
|
|
|
# because board usually overrides SoC values.
|
2016-03-25 22:30:50 +01:00
|
|
|
#
|
2018-05-08 09:31:48 +02:00
|
|
|
|
2018-05-16 20:24:03 +02:00
|
|
|
# $ENV_VAR_ARCH and $ENV_VAR_BOARD_DIR might be glob patterns
|
2018-05-08 09:31:48 +02:00
|
|
|
|
2018-05-16 20:24:03 +02:00
|
|
|
gsource "arch/$ENV_VAR_ARCH/soc/*/Kconfig.defconfig"
|
|
|
|
gsource "$ENV_VAR_BOARD_DIR/Kconfig.defconfig"
|