]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: LS1021A: remove redundant "depends on ARCH_LS1021A"
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Jan 2020 10:46:45 +0000 (19:46 +0900)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 24 Jan 2020 08:58:26 +0000 (14:28 +0530)
These config entries are inside the menu block, which already
depends on ARCH_LS1021A:

  menu "LS102xA architecture"
          depends on ARCH_LS1021A

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/cpu/armv7/ls102xa/Kconfig

index 57d7fd9e5503ada9501ca818066b228f13baa4b3..937989b278686235ce1c39a93c75d56b02f75384 100644 (file)
@@ -29,11 +29,9 @@ menu "LS102xA architecture"
 
 config LS1_DEEP_SLEEP
        bool "Deep sleep"
-       depends on ARCH_LS1021A
 
 config MAX_CPUS
        int "Maximum number of CPUs permitted for LS102xA"
-       depends on ARCH_LS1021A
        default 2
        help
          Set this number to the maximum number of possible CPUs in the SoC.
@@ -98,7 +96,6 @@ config SYS_HAS_SERDES
 
 config SYS_FSL_IFC_BANK_COUNT
        int "Maximum banks of Integrated flash controller"
-       depends on ARCH_LS1021A
        default 8
 
 config SYS_FSL_ERRATUM_A008407