1# Copyright (c) 2018 SiFive Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_SIFIVE
5	bool "Sifive I2C driver"
6	default y
7	depends on DT_HAS_SIFIVE_I2C0_ENABLED
8	help
9	  Enable I2C support on SiFive Freedom
10