configs: fsl: migrate FMAN/QE specific defines to Kconfig

Use moveconfig.py script to convert CONFIG_SYS_FMAN_FW_ADDR,
CONFIG_SYS_QE_FW_ADDR and CONFIG_SYS_QE_FMAN_FW_LENGTH to Kconfig and
move these entries to defconfigs.

Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
Rajesh Bhagat
2021-11-09 16:30:38 +05:30
committed by Priyanka Jain
parent 5e736c9397
commit a97a071d10
115 changed files with 135 additions and 264 deletions

View File

@@ -18,6 +18,10 @@ config U_QE
help
Choose this option to add support for U QUICC Engine.
config SYS_QE_FW_ADDR
hex "QE Firmware Address"
depends on FMAN_ENET || QE || U_QE
default 0x0
choice
prompt "QUICC Engine FMan ethernet firmware location"
depends on FMAN_ENET || QE