1# Copyright (c) 2021 BrainCo Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4config I2C_GD32 5 bool "GigaDevice GD32 I2C driver" 6 default y 7 depends on DT_HAS_GD_GD32_I2C_ENABLED 8 help 9 Enables GigaDevice GD32 I2C driver 10