kernel-brax3-ubuntu-touch/drivers/misc/mediatek/trusted_mem/private/tmem_cfg.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

14 lines
300 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef TMEM_CFG_H
#define TMEM_CFG_H
#define TMEM_SMALL_ALIGNMENT_AUTO_ADJUST_SUPPORT (1)
#if TMEM_SMALL_ALIGNMENT_AUTO_ADJUST_SUPPORT
#define TMEM_SMALL_ALIGNMENT_AUTO_ADJUST
#endif
#endif /* end of TMEM_CFG_H */