blob: 8a38288a13b4d2e1bace4a7d1e8fa2f4a91e5674 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001/*****************************************************************************
2* Copyright Statement:
3* --------------------
4* This software is protected by Copyright and the information contained
5* herein is confidential. The software may not be copied and the information
6* contained herein may not be used or disclosed except with the written
7* permission of MediaTek Inc. (C) 2005
8*
9* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
10* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
11* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
12* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
13* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
14* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
15* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
16* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
17* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
18* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
19* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
20* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
21*
22* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
23* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
24* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
25* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
26* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
27*
28* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
29* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
30* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
31* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
32* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
33*
34*****************************************************************************/
35
36/*****************************************************************************
37 *
38 * Filename:
39 * ---------
40 * drv_features.h
41 *
42 * Project:
43 * --------
44 * Maui_Software
45 *
46 * Description:
47 * ------------
48 * This file is merged for all driver features.
49 *
50 * Author:
51 * -------
52 * -------
53 *
54 *============================================================================
55 * HISTORY
56 * Below this line, this part is controlled by ClearCase. DO NOT MODIFY!!
57 *------------------------------------------------------------------------------
58 * $Log$
59 *
60 * 07 22 2019 argus.lin
61 * [MOLY00422545] [Petrus][SPMI]call for check in
62 *
63 * .
64 * spmi call for check in
65 *
66 * 07 21 2019 argus.lin
67 * [MOLY00422545] [Petrus][SPMI]call for check in
68 *
69 * .
70 * spmi call for check in
71 *
72 * 07 21 2019 argus.lin
73 * [MOLY00422545] [Petrus][SPMI]call for check in
74 *
75 * .
76 * spmi call for check in
77 *
78 * 02 26 2016 wilma.wu
79 * [MOLY00166625] [PMIC] checkin pmic/pmic wrapper driver supporting MT6335/MT6337.
80 *
81 * 08 19 2015 argus.lin
82 * [MOLY00138044] [elbrus]fix build error
83 * .
84 * FIX BUILD ERROR
85 *
86 * 05 08 2015 argus.lin
87 * [MOLY00109278] [TK6291]call for check in
88 * .
89 * pmic
90 *
91 * 05 08 2015 argus.lin
92 * [MOLY00109278] [TK6291]call for check in
93 * .
94 * drv_feature.h check in
95 *
96 * 01 22 2013 zhanguo.ju
97 * [MOLY00009104] [UMAC] F8F9 Driver Dependency Remove
98 * .
99 *
100 * 07 18 2012 ty.jau
101 * [MOLY00000906] [Driver] modify some header files inclusion
102 * .
103 *
104 * 12 16 2011 robert.chang
105 * removed!
106 * Merge MT6255 F32K_CLK and RTC modify to MAUI branch
107 *
108 * 06 10 2011 alfred.lee
109 * removed!
110 * .
111 *
112 * 12 16 2010 tianshu.qiu
113 * removed!
114 * .
115 *
116 * 12 16 2010 tianshu.qiu
117 * removed!
118 * .
119 *
120 * 12 14 2010 simon.shih
121 * removed!
122 * .
123 *
124 * 11 28 2010 shuang.han
125 * removed!
126 * .
127 *
128 * 11 23 2010 simon.shih
129 * removed!
130 * .
131 *
132 * 11 23 2010 simon.shih
133 * removed!
134 * .
135 *
136 * 11 16 2010 simon.shih
137 * removed!
138 * .
139 *
140 *
141 *------------------------------------------------------------------------------
142 * Upper this line, this part is controlled by ClaseCase. DO NOT MODIFY!!
143 *============================================================================
144 ****************************************************************************/
145
146
147
148#ifndef __DRV_FEATURES_H__
149#define __DRV_FEATURES_H__
150
151#include "drv_features_usb.h"
152#include "drv_features_i2c.h"
153#include "drv_features_accdet.h"
154#include "drv_features_adc.h"
155#include "drv_features_pfc.h"
156#include "drv_features_gcu.h"
157#include "drv_features_gpt.h"
158//#include "drv_features_kbd.h"
159#include "drv_features_pwm.h"
160#include "drv_features_rtc.h"
161#include "drv_features_wdt.h"
162#include "drv_features_uart.h"
163//#include "drv_features_irda.h"
164#include "drv_features_gpio.h"
165#include "drv_features_bmt.h"
166#include "drv_features_misc.h"
167#include "drv_features_msdc.h"
168#include "drv_features_sim.h"
169//#include "drv_features_video.h"
170//#include "drv_features_tp.h"
171//#include "drv_features_display.h"
172//#include "drv_features_mdp.h"
173//#include "drv_features_mmsysmisc.h"
174//#include "drv_features_vcodec.h"
175//#include "drv_features_g2d.h"
176//#include "drv_features_gif.h"
177//#include "drv_features_jpeg.h"
178//#include "drv_features_png.h"
179//#include "drv_features_resizer.h"
180//#include "drv_features_rotator.h"
181//#include "drv_features_stack_switch.h"
182//#include "drv_features_isp.h"
183#include "drv_features_spi.h"
184#include "drv_features_hif.h"
185//#include "drv_features_f8f9bc.h"
186#include "drv_features_f32k.h"
187//#include "drv_features_pmic_spi.h"
188#include "drv_features_spmi.h"
189
190#endif /*End __DRV_FEATURES_H__*/