commit | 0e14cdfaf3ce3e716a993554c8803e39640f0168 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 11 09:12:07 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 18 12:48:17 2022 -0400 |
tree | ed08e686c5e64691427bfb0b3c2619164ab0638d | |
parent | 5d6a64f71dcdfd91a6c1df070ddb3d71e34e952b [diff] |
Convert CONFIG_ETHPRIME to Kconfig This converts the following to Kconfig: CONFIG_ETHPRIME This is also done by adding a gating Kconfig option, CONFIG_USE_ETHPRIME similar to other options that are not always set and control environment variables. Signed-off-by: Tom Rini <trini@konsulko.com>