summaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-06-03 13:56:35 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-08-05 08:27:23 +0000
commitcc7495c4e0289802170a95dcfd95c3014868f476 (patch)
treecdfc623f5214f1ec2b2a4203af97586fe2f352c1 /src/drivers/xpowers/axp209/Kconfig
parentc27f1c390a990eb38e4643a20ce9677330b1eb24 (diff)
downloadcoreboot-cc7495c4e0289802170a95dcfd95c3014868f476.tar.xz
drivers/xpowers/axp209: Remove code
This code was only used by allwinner CPUs which is removed at this point. Change-Id: I31a2a502bffdc605cc31127723ed769b8665c314 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33170 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/xpowers/axp209/Kconfig')
-rw-r--r--src/drivers/xpowers/axp209/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/drivers/xpowers/axp209/Kconfig b/src/drivers/xpowers/axp209/Kconfig
deleted file mode 100644
index 684873c127..0000000000
--- a/src/drivers/xpowers/axp209/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-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