aboutsummaryrefslogtreecommitdiff
path: root/include/axp152.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/axp152.h')
-rw-r--r--include/axp152.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/axp152.h b/include/axp152.h
index c81f172502..10d845fec4 100644
--- a/include/axp152.h
+++ b/include/axp152.h
@@ -15,6 +15,7 @@ enum axp152_reg {
#define AXP152_POWEROFF (1 << 7)
/* For axp_gpio.c */
+#ifdef CONFIG_AXP152_POWER
#define AXP_GPIO0_CTRL 0x90
#define AXP_GPIO1_CTRL 0x91
#define AXP_GPIO2_CTRL 0x92
@@ -24,3 +25,4 @@ enum axp152_reg {
#define AXP_GPIO_CTRL_INPUT 0x02 /* Input */
#define AXP_GPIO_STATE 0x97
#define AXP_GPIO_STATE_OFFSET 0
+#endif