diff options
Diffstat (limited to 'src/drivers/i2c/nau8825/chip.h')
-rw-r--r-- | src/drivers/i2c/nau8825/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/i2c/nau8825/chip.h b/src/drivers/i2c/nau8825/chip.h index 5b160c8724..ce17d3f71c 100644 --- a/src/drivers/i2c/nau8825/chip.h +++ b/src/drivers/i2c/nau8825/chip.h @@ -96,4 +96,9 @@ struct drivers_i2c_nau8825_config { * R is Button impedance */ uint64_t sar_threshold[NAU8825_MAX_BUTTONS]; + + /* Make the drive strength of ADCOUT IO PIN strong if set. + * Otherwise, the drive keeps normal strength. + */ + bool adcout_ds; }; |