zephyr/drivers/fpga/Kconfig.slg471x5
Elias Speinle 676d0c1554 drivers: fpga: renesas slg471x5: correct Kconfig
Correct Kconfig of Renesas SLG471X5.

Signed-off-by: Elias Speinle <e.speinle@vogl-electronic.com>
2024-11-26 15:42:57 -05:00

10 lines
330 B
Text

# Copyright 2024 Vogl Electronic GmbH
# SPDX-License-Identifier: Apache-2.0
config SLG471X5_FPGA
bool "Renesas SLG47105/SLG47115 GreenPAK Configurable Mixed-Signal IC"
default y
depends on DT_HAS_RENESAS_SLG47105_ENABLED || DT_HAS_RENESAS_SLG47115_ENABLED
select I2C
help
Enable Renesas SLG47105/SLG47115 driver support.