spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files
authorTom Rini <trini@konsulko.com>
Mon, 30 May 2022 21:01:22 +0000 (17:01 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:29 +0000 (12:09 -0400)
commitba787bb458b39117341c0098f5d99a9ce9f3d278
tree3f4d41205cf38fe62c72f0527c315f31c28470bb
parent3ff2aa6d04633c3bd57567cc0ac2ee6909a6a93d
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>
common/spl/Kconfig
common/spl/Kconfig.nxp [new file with mode: 0644]
common/spl/Kconfig.tpl [new file with mode: 0644]
common/spl/Kconfig.vpl [new file with mode: 0644]