summaryrefslogtreecommitdiffstats
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-01-16 18:16:50 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-18 09:43:10 +0100
commitef512eef8cc43c88e4d4d70edc2112550491a1b0 (patch)
treebb3c25dedee987f75ff94cd903fd425236fc2ac1 /drivers/base/Kconfig
parent646484c08702ea74337a22b8915f2358e521cefb (diff)
downloadbarebox-ef512eef8cc43c88e4d4d70edc2112550491a1b0.tar.gz
barebox-ef512eef8cc43c88e4d4d70edc2112550491a1b0.tar.xz
drivers: base: Port power management code from Linux
Port an extremely abridged version of power management/power domain code from Linux as a dependency of i.MX7D PCIe work. Currenlty only bare minimum of functionality is implemented. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
new file mode 100644
index 0000000000..1e13e5ed9d
--- /dev/null
+++ b/drivers/base/Kconfig
@@ -0,0 +1,3 @@
+
+config PM_GENERIC_DOMAINS
+ bool