13 lines
213 B
C
13 lines
213 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2020 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __CONFIG_H
|
||
|
#define __CONFIG_H
|
||
|
|
||
|
//#define CONFIG_RT_REGMAP
|
||
|
//#define CONFIG_MTK_GPIOLIB_STAND
|
||
|
|
||
|
#endif /* __MT6360_LDO_H */
|