2021-12-30 15:44:40 +08:00
|
|
|
# Copyright (c) 2021 BrainCo Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config I2C_GD32
|
|
|
|
bool "GigaDevice GD32 I2C driver"
|
2022-07-20 15:44:42 -05:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_GD_GD32_I2C_ENABLED
|
2024-10-31 18:00:45 +01:00
|
|
|
select PINCTRL
|
2021-12-30 15:44:40 +08:00
|
|
|
help
|
|
|
|
Enables GigaDevice GD32 I2C driver
|