summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-10-04 21:31:47 (GMT)
committerYork Sun <york.sun@nxp.com>2016-10-06 16:59:10 (GMT)
commit4a4441765dfdead347f7a49fb2a93d295325c095 (patch)
tree2acec0796bf8f856b65e24bd79f9d345bc2ae2d5 /arch/arm/cpu/armv8/fsl-layerscape/Kconfig
parentc93db4f763bc3ba7885c7431a4f3f946a5f5eecd (diff)
downloadu-boot-fsl-qoriq-4a4441765dfdead347f7a49fb2a93d295325c095.tar.xz
arm: Fix Kconfig for proper display menu
Some config options should not have prompt. They are selected by choosing target. Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-layerscape/Kconfig')
-rw-r--r--arch/arm/cpu/armv8/fsl-layerscape/Kconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 5a4c844..9386b06 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -1,19 +1,22 @@
config ARCH_LS1012A
- bool "Freescale Layerscape LS1012A SoC"
+ bool
select SYS_FSL_MMDC
select SYS_FSL_ERRATUM_A010315
config ARCH_LS1043A
- bool "Freescale Layerscape LS1043A SoC"
+ bool
select SYS_FSL_ERRATUM_A010315
select SYS_FSL_ERRATUM_A010539
config ARCH_LS1046A
- bool "Freescale Layerscape LS1046A SoC"
+ bool
select SYS_FSL_ERRATUM_A010539
+config ARCH_LS2080A
+ bool
+
config SYS_FSL_MMDC
- bool "Freescale Multi Mode DDR Controller"
+ bool
config SYS_FSL_ERRATUM_A010315
bool "Workaround for PCIe erratum A010315"