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