arm: Fix Kconfig for proper display menu
authorYork Sun <york.sun@nxp.com>
Tue, 4 Oct 2016 21:31:47 +0000 (14:31 -0700)
committerYork Sun <york.sun@nxp.com>
Thu, 6 Oct 2016 16:59:10 +0000 (09:59 -0700)
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>
arch/arm/cpu/armv7/ls102xa/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Kconfig

index 920eb4a..f0e7ae9 100644 (file)
@@ -1,6 +1,7 @@
 config ARCH_LS1021A
-       bool "Freescale Layerscape LS1021A SoC"
+       bool
        select SYS_FSL_ERRATUM_A010315
 
 config LS1_DEEP_SLEEP
-       bool "Freescale Layerscape 1 deep sleep"
+       bool "Deep sleep"
+       depends on ARCH_LS1021A
index 5a4c844..9386b06 100644 (file)
@@ -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"