commit | f32f5a312e83eda52d42b2bc2bb10efdaceed220 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun May 12 07:59:12 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 17:31:20 2019 -0400 |
tree | 534a34886b91bb3c3f543829213878fa718fb268 | |
parent | 12ae868d4f52e8cc34f51d9b7987be2eb6a61c6d [diff] |
configs: Migrate CONFIG_FMAN_ETH and some related options to Kconfig Move the main symbol for Freescale Fman Ethernet controller option to Kconfig. Also migrate the CONFIG_SYS_QE_FMAN_FW_IN_xxx macros and rename the SPIFLASH one to follow the same format as all of the others. To do this fully we need to migrate CONFIG_QC, do so. We also, for clarity, make use of CONFIG_SYS_QE_FMAN_FW_IN_xxx rather than indirect tests for some other as-yet migrated variables. Signed-off-by: Tom Rini <trini@konsulko.com>