diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index f3035c2fa9..5775ad8d58 100644 --- a/include/config.h +++ b/include/config.h @@ -773,6 +773,11 @@ #undef CONFIG_WIRELESS /* + * Support for WiFi devices that must remain powered in suspend. + */ +#undef CONFIG_WIRELESS_SUSPEND_ENABLE_WIFI + +/* * Write protect signal is active-high. If this is defined, there must be a * GPIO named GPIO_WP; if not defined, there must be a GPIO names GPIO_WP_L. */ |