commit | 5952343bb47f0f832fa38ffdfb35220f05bad518 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:28:49 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 01 08:45:58 2025 -0600 |
tree | f06b496ee136299181b18f587af3a34422d82b03 | |
parent | 726d93aa8e1ade9c560f8f28aefcc89068c2c1a4 [diff] |
Kconfig: Do not "select OF_SEPARATE" As the code is today, we get a warning about "select" statements on "choice" options not doing anything. In the case of OF_SEPARATE this is the default so we do not need to do anything here normally to enforce this. Signed-off-by: Tom Rini <trini@konsulko.com>