--- zzzz-none-000/linux-4.1.38/arch/arm/mm/Kconfig 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/arch/arm/mm/Kconfig 2020-11-25 10:06:48.000000000 +0000 @@ -973,11 +973,21 @@ help This option enables the L2 cache on XScale3. +if !BCM_KF_ARM_BCM963XX config ARM_L1_CACHE_SHIFT_6 bool default y if CPU_V7 help Setting ARM L1 cache line size to 64 Bytes. +endif + +if BCM_KF_ARM_BCM963XX +config ARM_L1_CACHE_SHIFT_6 + bool + default y if CPU_V7 && !ARCH_BCM63XX + help + Setting ARM L1 cache line size to 64 Bytes. +endif config ARM_L1_CACHE_SHIFT int