aboutsummaryrefslogtreecommitdiffstats
path: root/ktypes/developer/developer.cfg
blob: 360ca9c41f923396be2faa17ae550c1e864db3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#.........................................................................
#                                WARNING
#
# This file is a kernel configuration fragment, and not a full kernel
# configuration file.  The final kernel configuration is made up of
# an assembly of processed fragments, each of which is designed to
# capture a specific part of the final configuration (e.g. platform
# configuration, feature configuration, and board specific hardware
# configuration).  For more information on kernel configuration, please
# consult the product documentation.
#
#.........................................................................

#
# General setup
#
CONFIG_EXPERT=y
CONFIG_EMBEDDED=y
CONFIG_DEBUG_KERNEL=y

#
# Enables kexec support because oe-core contains kexec-tools and requires
# this support
#
CONFIG_KEXEC=y