aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx7
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 03:25:22 -0600
committerTom Rini <trini@konsulko.com>2017-05-22 09:33:58 -0400
commit51f29370366a40fc54eec579c7567bc1356da6e4 (patch)
tree365d5baff6470277a3aaa83362851a3430260d03 /arch/arm/cpu/armv7/mx7
parentfe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (diff)
downloadu-boot-51f29370366a40fc54eec579c7567bc1356da6e4.zip
u-boot-51f29370366a40fc54eec579c7567bc1356da6e4.tar.gz
u-boot-51f29370366a40fc54eec579c7567bc1356da6e4.tar.bz2
Convert CONFIG_CMD_FUSE to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FUSE Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/mx7')
-rw-r--r--arch/arm/cpu/armv7/mx7/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig
index 8dfb4c9..80c1290 100644
--- a/arch/arm/cpu/armv7/mx7/Kconfig
+++ b/arch/arm/cpu/armv7/mx7/Kconfig
@@ -6,10 +6,12 @@ config MX7
select CPU_V7_HAS_VIRT
select CPU_V7_HAS_NONSEC
select ARCH_SUPPORT_PSCI
+ imply CMD_FUSE
default y
config MX7D
select ROM_UNIFIED_SECTIONS
+ imply CMD_FUSE
bool
choice