Merge branch 'imx-nvmem' into thermal-soc
authorZhang Rui <rui.zhang@intel.com>
Thu, 2 Nov 2017 08:31:52 +0000 (16:31 +0800)
committerZhang Rui <rui.zhang@intel.com>
Thu, 2 Nov 2017 08:31:52 +0000 (16:31 +0800)
1  2 
drivers/thermal/Kconfig

diff --combined drivers/thermal/Kconfig
@@@ -206,6 -206,7 +206,7 @@@ config HISI_THERMA
  config IMX_THERMAL
        tristate "Temperature sensor driver for Freescale i.MX SoCs"
        depends on (ARCH_MXC && CPU_THERMAL) || COMPILE_TEST
+       depends on NVMEM || !NVMEM
        depends on MFD_SYSCON
        depends on OF
        help
@@@ -408,7 -409,7 +409,7 @@@ config MTK_THERMA
          controller present in Mediatek SoCs
  
  menu "Broadcom thermal drivers"
 -depends on ARCH_BCM || COMPILE_TEST
 +depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
  source "drivers/thermal/broadcom/Kconfig"
  endmenu