commit | d78605f488ae376ed06b6b036dab44c008eec879 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Apr 21 22:32:26 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Apr 21 23:01:29 2016 +0300 |
tree | 498fbe5d7b9eb27398e4e3c9e84aa53ca80355cb | |
parent | c3b46c73264b03000d1e18b22f5caf63332547c9 [diff] |
scripts: kconfig: implement a sort method With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on menuconfig. Because of that, implement mergesort for kconfig to make it a little easier for anybody building kernels. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>