]> git.ipfire.org Git - people/ms/u-boot.git/commit
Kconfig: Refactoring of top-level Kconfig file
authorRobert P. J. Day <rpjday@crashcourse.ca>
Mon, 2 Jan 2017 21:32:13 +0000 (16:32 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jan 2017 21:47:10 +0000 (16:47 -0500)
commit266aa86b04437d29d66d73c0205fae1480c9923f
treeb4dbd8db268d27762eded6e9dea67a15b1675ee2
parent8c36e99f211104fd7dcbf0669a35a47ce5e154f5
Kconfig: Refactoring of top-level Kconfig file

Some refactoring of the top-level Kconfig file which includes:

* using "if" to remove numerous identical dependency tests
* reordering config entries to group related ones
* spelling and grammar fixes

There should be no functional changes, only aesthetic ones.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Kconfig