blob: a7a77b11ed691dd429e79232faa7992a4c791b59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_I2C_DESIGNWARE
bool
help
Designware I2C support
config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
int
depends on DRIVERS_I2C_DESIGNWARE
help
The i2c ip block's clock.
config DRIVERS_I2C_DESIGNWARE_DEBUG
bool
default n
depends on DRIVERS_I2C_DESIGNWARE
|