diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:14:12 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:13 -0500 |
| commit | e95bcfb56c6599ba6d00a54fc2f857b6680481c4 (patch) | |
| tree | 3fc3fb6e34f092d246626dea63c35b832beeb982 /arch/arm/Kconfig | |
| parent | f5dd0c5e19cf587c744e234e8a7e47f63642e113 (diff) | |
bcmcygnus: Convert CONFIG_IPROC to Kconfig
Select this symbol as needed.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/Kconfig')
| -rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6e191e41d5b..bbf1d5227b3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -553,6 +553,9 @@ config ARM64_SUPPORT_AARCH32 help This ARM64 system supports AArch32 execution state. +config IPROC + bool + config S5P def_bool y if ARCH_EXYNOS || ARCH_S5PC1XX @@ -658,6 +661,7 @@ config TARGET_BCMCYGNUS bool "Support bcmcygnus" select CPU_V7A select GPIO_EXTRA_HEADER + select IPROC imply BCM_SF2_ETH imply BCM_SF2_ETH_GMAC imply CMD_HASH |
