xref: /wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/wlan_pmo_cfg.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
1 /*
2  * Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 #ifndef WLAN_PMO_CFG_H__
20 #define WLAN_PMO_CFG_H__
21 
22 #include "wlan_pmo_apf_cfg.h"
23 #include "wlan_pmo_common_cfg.h"
24 #include "wlan_pmo_extwow_cfg.h"
25 #include "wlan_pmo_pkt_filter_cfg.h"
26 #include "wlan_pmo_runtime_pm_cfg.h"
27 #include "wlan_pmo_wow_pulse_cfg.h"
28 #include "wlan_pmo_gpio_wakeup_cfg.h"
29 
30 #define CFG_PMO_ALL \
31 	CFG_EXTWOW_ALL \
32 	CFG_PACKET_FILTER_ALL \
33 	CFG_PMO_APF_ALL \
34 	CFG_PMO_COMMON_ALL \
35 	CFG_RUNTIME_PM_ALL \
36 	CFG_WOW_PULSE_ALL \
37 	CFG_GPIO_WAKEUP_ALL
38 
39 #endif /* WLAN_PMO_CFG_H__ */
40