| # SPDX-License-Identifier: GPL-2.0-only |
| |
| config MTK_DEVINFO |
| tristate "Mediatek SoCs device information support" |
| depends on ARCH_MEDIATEK || COMPILE_TEST |
| depends on HAS_IOMEM |
| help |
| This is a driver to access SOC related non-volatile data like |
| calibration data, FAB information etc. |
| |
| This driver can also be built as a module. If so, the module |
| will be called devinfo-mtk. |
| |
| config MT635X_EFUSE |
| tristate "Mediatek MT635x PMIC EFUSE Support" |
| depends on DEVICE_MODULES_MFD_MT6397 || COMPILE_TEST |
| help |
| This is a simple driver to dump specified values of Mediatek |
| MT635X PMIC from EFUSE. |
| |
| This driver can also be built as a module. If so, the module |
| will be called nvmem-mt635x-efuse. |
| |
| config MT6338_EFUSE |
| tristate "Mediatek MT6338 PMIC EFUSE Support" |
| depends on MFD_MT6338 || COMPILE_TEST |
| help |
| This is a simple driver to dump specified values of Mediatek |
| MT6338 PMIC from EFUSE. |
| |
| This driver can also be built as a module. If so, the module |
| will be called nvmem-mt6338-efuse. |