commit | 0d989c8f7f9d21ee4fc9bd6eff2a26049718940c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 30 17:01:22 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:29 2022 -0400 |
tree | 3f4d41205cf38fe62c72f0527c315f31c28470bb | |
parent | 5e8d09f3dea234428a072fc30fbe173e4ac28753 [diff] |
spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files - Move all PowerPC (and some shared with Layerscape) options to common/spl/Kconfig.nxp - Move all other TPL related options to common/spl/Kconfig.tpl - Move all VPL related options to common/spl/Kconfig.vpl This makes the whole of common/spl/Kconfig slightly more readable. Signed-off-by: Tom Rini <trini@konsulko.com>