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.
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
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
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
15 e. Some virtualization support like Xen/HyperV is not enabled yet, to avoid
18 In future, we should leave only item a/b and remove the differences caused by