Match the config from ubuntu
[kvmfornfv.git] / kernel / arch / x86 / configs / README.opnfv
1 As the ubuntu 16.04 is based on 4.4 kernel, thus we can try to refer the config
2 file for opnfv config file.
3
4 The arch/x86/configs/config-4.4.0-62-generic is the config file used by ubuntu
5 kernel. Comparing with the opnfv kernel, the key differences are:
6  a. Real time config support like NOHZ_FULL, PREMEPMT kernel, different RCU
7 mechanism,
8  b.  Disabling some feature that may impact real time result, like power
9 management functionality (C/P state). The hotplug support is disabled also
10 temply now.
11  c.  Some ubuntu specific driver is not copied.
12  d. Some difference of build-in/module selection, because some config items
13 are selected automatically and we don't figure out the default value difference
14 yet. 
15  e. Some virtualization support like Xen/HyperV is not enabled yet, to avoid
16 potential impact.
17
18 In future, we should leave only item a/b and remove the differences caused by
19 item c/d/e.