]> git.baikalelectronics.ru Git - uboot.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)
commitc69d81dc81a5873c54a3a86e1421e633b5b862f9
treeb4dbd8db268d27762eded6e9dea67a15b1675ee2
parent50d2b79f997808158b4855ecde90facd378053f7
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