1# Reneas R-Car Gen3 I2C configuration options
2
3# Copyright (c) 2021 IoT.bzh
4# SPDX-License-Identifier: Apache-2.0
5
6config I2C_RCAR
7	bool "Renesas R-Car I2C Driver"
8	depends on SOC_FAMILY_RCAR
9	help
10	  Enable Renesas R-Car I2C Driver.
11