Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: apple: apple-pmgr-pwrstate: Do not build as a module

This doesn't make any sense as a module since it is a critical device,
and it turns out of_phandle_iterator_args was not exported so the module
version doesn't build anyway.

Fixes: 6df9d38f9146 ("soc: apple: Add driver for Apple PMGR power state controls")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>

+1 -1
+1 -1
drivers/soc/apple/Kconfig
··· 5 5 menu "Apple SoC drivers" 6 6 7 7 config APPLE_PMGR_PWRSTATE 8 - tristate "Apple SoC PMGR power state control" 8 + bool "Apple SoC PMGR power state control" 9 9 depends on PM 10 10 select REGMAP 11 11 select MFD_SYSCON