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

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment