Anas Nashif | 7d4163d | 2015-08-22 14:43:07 -0400 | [diff] [blame] | 1 | # Kconfig - general configuration options |
| 2 | |
| 3 | # |
| 4 | # Copyright (c) 2014-2015 Wind River Systems, Inc. |
Daniel Leung | 8df10d4 | 2016-03-25 14:30:50 -0700 | [diff] [blame] | 5 | # Copyright (c) 2016 Intel Corporation |
Anas Nashif | 7d4163d | 2015-08-22 14:43:07 -0400 | [diff] [blame] | 6 | # |
David B. Kinder | ac74d8b | 2017-01-18 17:01:01 -0800 | [diff] [blame] | 7 | # SPDX-License-Identifier: Apache-2.0 |
Anas Nashif | 7d4163d | 2015-08-22 14:43:07 -0400 | [diff] [blame] | 8 | # |
Anas Nashif | 7d4163d | 2015-08-22 14:43:07 -0400 | [diff] [blame] | 9 | config KERNELVERSION |
Kumar Gala | 9ec2f3b | 2016-05-24 18:17:13 -0500 | [diff] [blame] | 10 | string |
| 11 | option env="KERNELVERSION" |
Anas Nashif | 7d4163d | 2015-08-22 14:43:07 -0400 | [diff] [blame] | 12 | |
Anas Nashif | 77ba3c3 | 2015-10-09 06:20:52 -0400 | [diff] [blame] | 13 | source "arch/Kconfig" |
| 14 | |
| 15 | source "kernel/Kconfig" |
| 16 | |
Anas Nashif | c6ba67f | 2017-08-03 07:47:44 -0400 | [diff] [blame^] | 17 | source "dts/Kconfig" |
| 18 | |
Anas Nashif | 77ba3c3 | 2015-10-09 06:20:52 -0400 | [diff] [blame] | 19 | source "drivers/Kconfig" |
| 20 | |
| 21 | source "net/Kconfig" |
| 22 | |
| 23 | source "misc/Kconfig" |
| 24 | |
Anas Nashif | 0b2c44a | 2016-05-14 23:10:51 -0400 | [diff] [blame] | 25 | source "lib/Kconfig" |
| 26 | |
Ramesh Thomas | e354ad2 | 2016-10-29 04:10:36 -0700 | [diff] [blame] | 27 | source "subsys/Kconfig" |
Ramesh Thomas | cc74572 | 2016-07-25 16:20:54 -0700 | [diff] [blame] | 28 | |
Kumar Gala | 7584a12 | 2016-05-24 14:23:26 -0500 | [diff] [blame] | 29 | source "ext/Kconfig" |
| 30 | |
Jaakko Hannikainen | 9167a03 | 2016-08-22 14:51:46 +0300 | [diff] [blame] | 31 | source "tests/Kconfig" |
| 32 | |
Daniel Leung | 8df10d4 | 2016-03-25 14:30:50 -0700 | [diff] [blame] | 33 | # |
| 34 | # The following are for Kconfig files for default values only. |
| 35 | # These should be parsed at the end. |
| 36 | # |
Anas Nashif | 3f3dc59 | 2016-09-10 09:55:55 -0400 | [diff] [blame] | 37 | # Board defaults should be parsed after SoC defaults |
| 38 | # because board usually overrides SoC values. |
Daniel Leung | 8df10d4 | 2016-03-25 14:30:50 -0700 | [diff] [blame] | 39 | # |
Daniel Leung | 8df10d4 | 2016-03-25 14:30:50 -0700 | [diff] [blame] | 40 | source "arch/*/soc/*/Kconfig.defconfig" |
Kumar Gala | 8d35760 | 2016-10-19 15:13:41 -0500 | [diff] [blame] | 41 | source "boards/*/*/Kconfig.defconfig" |