xref: /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/gt1x_cfg.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * 2010 - 2013 Goodix Technology.
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be a reference
11  * to you, when you are integrating the GOODiX's CTP IC into your system,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * General Public License for more details.
15  *
16  */
17 
18 #ifndef _GOODIX_GT1X_CFG_H_
19 #define _GOODIX_GT1X_CFG_H_
20 
21 /* CFG for GT5688 */
22 static u8 gtp_dat_5688[] = {
23 	/* <1080, 1920>*/
24 	#include "GT5688_Config_20170713_1080_1920.cfg"
25 };
26 
27 #endif /* _GOODIX_GT1X_CFG_H_ */
28