diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 0c738e8a3c..9ecd19abbb 100644 --- a/include/config.h +++ b/include/config.h @@ -925,6 +925,12 @@ #define CONFIG_USB_PE_SM /* + * Define to enable Policy Engine State Machine. This is an override + * that is used to just pull in PE for unit testing. + */ +#undef CONFIG_TEST_USB_PE_SM + +/* * Board specific maximum input current limit, in mA. */ #undef CONFIG_CHARGER_MAX_INPUT_CURRENT |