1# Copyright 2024 Vogl Electronic GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4config SLG471X5_FPGA
5	bool "Renesas SLG47105/SLG47115 GreenPAK Configurable Mixed-Signal IC"
6	default y
7	depends on DT_HAS_RENESAS_SLG47105_ENABLED || DT_HAS_RENESAS_SLG47115_ENABLED
8	select I2C
9	help
10	  Enable Renesas SLG47105/SLG47115 driver support.
11