Commit 8e136c5e authored by Hector Martin's avatar Hector Martin
Browse files

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: 6df9d38f ("soc: apple: Add driver for Apple PMGR power state controls")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarSven Peter <sven@svenpeter.dev>
Signed-off-by: default avatarHector Martin <marcan@marcan.st>
parent cc1fe1e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ if ARCH_APPLE || COMPILE_TEST
menu "Apple SoC drivers"

config APPLE_PMGR_PWRSTATE
	tristate "Apple SoC PMGR power state control"
	bool "Apple SoC PMGR power state control"
	depends on PM
	select REGMAP
	select MFD_SYSCON