Merge tag 'am654-fixes-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Sun, 16 Jun 2019 20:30:30 +0000 (13:30 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 16 Jun 2019 20:30:30 +0000 (13:30 -0700)
Texas Instruments AM65x fixes for v5.2

- Fix up a Kbuild warning when SOC_TI is not set

* tag 'am654-fixes-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux:
  arm64: arch_k3: Fix kconfig dependency warning

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm64/Kconfig.platforms

@@@ -1,4 -1,3 +1,4 @@@
 +# SPDX-License-Identifier: GPL-2.0-only
  menu "Platform selection"
  
  config ARCH_ACTIONS
@@@ -89,6 -88,7 +89,7 @@@ config ARCH_K
        bool "Texas Instruments Inc. K3 multicore SoC architecture"
        select PM_GENERIC_DOMAINS if PM
        select MAILBOX
+       select SOC_TI
        select TI_MESSAGE_MANAGER
        select TI_SCI_PROTOCOL
        select TI_SCI_INTR_IRQCHIP
@@@ -168,7 -168,6 +169,7 @@@ config ARCH_MX
        select IMX_GPCV2_PM_DOMAINS
        select PM
        select PM_GENERIC_DOMAINS
 +      select SOC_BUS
        help
          This enables support for the ARMv8 based SoCs in the
          NXP i.MX family.