soc: apple: apple-pmgr-pwrstate: Do not build as a module
authorHector Martin <marcan@marcan.st>
Wed, 15 Dec 2021 11:27:54 +0000 (20:27 +0900)
committerHector Martin <marcan@marcan.st>
Wed, 15 Dec 2021 11:36:05 +0000 (20:36 +0900)
commit8e136c5ea43ae08c5d672deb1c3f494782a4392a
treefca11347c9c72088e32daed035e1f4610e790ccc
parentcc1fe1e54ba565aaec0006796db65b7c3b1ccd69
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>
drivers/soc/apple/Kconfig