commit | fe7d654d04a4ba87813dcf8acb7a17373029770d | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 21 09:18:03 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:33 2019 +0200 |
tree | acff08e60a356274b602f42d44a975b7a279eca2 | |
parent | daac2086ce1a36ffbd603eb643f45d14faae40e7 [diff] |
mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig Migrate the BR/OR settings to Kconfig. These must be known at compile time, so cannot be configured via DT. Configuration of this crucial variable should still be somewhat comfortable. Hence, make its fields configurable in Kconfig, and assemble the final value from these. Signed-off-by: Mario Six <mario.six@gdsys.cc>