2015-08-23 02:43:07 +08:00
|
|
|
# Kconfig - general configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
2016-03-26 05:30:50 +08:00
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2015-08-23 02:43:07 +08:00
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-08-23 02:43:07 +08:00
|
|
|
#
|
2015-10-09 18:20:52 +08:00
|
|
|
config KERNELVERSION
|
2016-05-25 07:17:13 +08:00
|
|
|
string
|
|
|
|
option env="KERNELVERSION"
|
2015-08-23 02:43:07 +08:00
|
|
|
|
2015-10-09 18:20:52 +08:00
|
|
|
source "arch/Kconfig"
|
2015-08-23 02:43:07 +08:00
|
|
|
|
2015-10-09 18:20:52 +08:00
|
|
|
source "kernel/Kconfig"
|
2015-08-23 02:43:07 +08:00
|
|
|
|
2017-08-03 19:47:44 +08:00
|
|
|
source "dts/Kconfig"
|
|
|
|
|
2015-10-09 18:20:52 +08:00
|
|
|
source "drivers/Kconfig"
|
2015-08-23 02:43:07 +08:00
|
|
|
|
2015-10-09 18:20:52 +08:00
|
|
|
source "net/Kconfig"
|
|
|
|
|
|
|
|
source "misc/Kconfig"
|
2015-08-23 02:43:07 +08:00
|
|
|
|
2016-05-15 11:10:51 +08:00
|
|
|
source "lib/Kconfig"
|
|
|
|
|
2016-10-29 19:10:36 +08:00
|
|
|
source "subsys/Kconfig"
|
2016-07-26 07:20:54 +08:00
|
|
|
|
2016-05-25 03:23:26 +08:00
|
|
|
source "ext/Kconfig"
|
|
|
|
|
2016-08-22 19:51:46 +08:00
|
|
|
source "tests/Kconfig"
|
|
|
|
|
2016-03-26 05:30:50 +08:00
|
|
|
#
|
|
|
|
# The following are for Kconfig files for default values only.
|
|
|
|
# These should be parsed at the end.
|
|
|
|
#
|
2016-09-10 21:55:55 +08:00
|
|
|
# Board defaults should be parsed after SoC defaults
|
|
|
|
# because board usually overrides SoC values.
|
2016-03-26 05:30:50 +08:00
|
|
|
#
|
|
|
|
source "arch/*/soc/*/Kconfig.defconfig"
|
2016-10-20 04:13:41 +08:00
|
|
|
source "boards/*/*/Kconfig.defconfig"
|