Merge tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91...
authorArnd Bergmann <arnd@arndb.de>
Fri, 27 May 2022 13:56:29 +0000 (15:56 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 27 May 2022 13:56:30 +0000 (15:56 +0200)
AT91 SoC #2 for 5.19:

- One Kconfig fix for random build error

* tag 'at91-soc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: at91: pm: Fix rand build error

Link: https://lore.kernel.org/r/20220517150832.89451-1-nicolas.ferre@microchip.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/mach-at91/Kconfig

index 3d7e66976206bbe56fa8b635e75f2b2330dfe931,0edf503a24bc8fb2f5bde72f9d9768aa15dbde31..3dd9e718661b5fd0307a0fb914f6502712f83153
@@@ -1,8 -1,7 +1,8 @@@
  # SPDX-License-Identifier: GPL-2.0-only
  menuconfig ARCH_AT91
        bool "AT91/Microchip SoCs"
 -      depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
 +      depends on (CPU_LITTLE_ENDIAN && (ARCH_MULTI_V4T || ARCH_MULTI_V5)) || \
 +              ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
        select ARM_CPU_SUSPEND if PM && ARCH_MULTI_V7
        select COMMON_CLK_AT91
        select GPIOLIB
@@@ -219,7 -218,7 +219,7 @@@ config SOC_SAMA
        select SRAM if PM
  
  config ATMEL_PM
-       bool "Atmel PM support"
+       bool
  
  config ATMEL_SECURE_PM
        bool "Atmel Secure PM support"