aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/Kconfig
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-12-30 01:21:55 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-13 04:01:48 +0100
commit428eeff923f8b4e18f4df093f8e8e389311cce3a (patch)
treeb1399c90e9f61d2f6581c1d62f91f1a9ecb4148c /src/drivers/xpowers/axp209/Kconfig
parent066dcec2fe3137bba049cbec669f57860ee21bbd (diff)
drivers: Add support for X-Powers AXP209 PMU
Change-Id: I1de0e656a38527b172af1d0b5bcd97acbfc03bf0 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4591 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/drivers/xpowers/axp209/Kconfig')
-rw-r--r--src/drivers/xpowers/axp209/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/drivers/xpowers/axp209/Kconfig b/src/drivers/xpowers/axp209/Kconfig
new file mode 100644
index 0000000000..684873c127
--- /dev/null
+++ b/src/drivers/xpowers/axp209/Kconfig
@@ -0,0 +1,15 @@
+config DRIVER_XPOWERS_AXP209
+ bool
+ default n
+ help
+ X-Powers AXP902 Power Management Unit
+
+if DRIVER_XPOWERS_AXP209
+
+config DRIVER_XPOWERS_AXP209_BOOTBLOCK
+ bool
+ default n
+ help
+ Make AXP209 functionality available in he bootblock.
+
+endif # DRIVER_XPOWERS_AXP209