1# Copyright (c) 2024 Arduino SA
2# SPDX-License-Identifier: Apache-2.0
3
4config MFD_PF1550
5	bool "PF1550 PMIC multi-function device driver"
6	default y
7	depends on DT_HAS_NXP_PF1550_ENABLED
8	select I2C
9	help
10	  Enable the NXP PF1550 PMIC multi-function device driver
11