diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:48 -0400 |
commit | 923a855509c6114b044b6358c98f1857f52ab80b (patch) | |
tree | 91b5b089f9fe005a1356f63f432ef548bb89a873 /arch/Kconfig.nxp | |
parent | 6f6b9703d0149b784cce81996773e4b84323c7e1 (diff) | |
download | u-boot-923a855509c6114b044b6358c98f1857f52ab80b.tar.gz u-boot-923a855509c6114b044b6358c98f1857f52ab80b.tar.bz2 u-boot-923a855509c6114b044b6358c98f1857f52ab80b.zip |
Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_CCSR_GUR_BE
CONFIG_SYS_FSL_CCSR_SCFG_BE
CONFIG_SYS_FSL_ESDHC_BE
CONFIG_SYS_FSL_IFC_BE
CONFIG_SYS_FSL_PEX_LUT_BE
CONFIG_SYS_FSL_CCSR_GUR_LE
CONFIG_SYS_FSL_CCSR_SCFG_LE
CONFIG_SYS_FSL_ESDHC_LE
CONFIG_SYS_FSL_IFC_LE
CONFIG_SYS_FSL_PEX_LUT_LE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig.nxp')
-rw-r--r-- | arch/Kconfig.nxp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index d3ebbff43b..a96245c372 100644 --- a/arch/Kconfig.nxp +++ b/arch/Kconfig.nxp @@ -227,6 +227,12 @@ config VOL_MONITOR_ISL68233_SET endif +config SYS_FSL_ESDHC_BE + bool + +config SYS_FSL_IFC_BE + bool + config FSL_QIXIS bool "Enable QIXIS support" depends on PPC || ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3 |