From e20c47b408807c7562fc8c05e06780e3e9199573 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 26 Jan 2021 13:21:12 -0700 Subject: drivers/i2c/tas5825m: Add driver for TI TAS5825M This adds a driver for the TI TAS5825M smart amplifier [1]. The driver expects the mainboard using it to define tas5825m_setup(), which uses the tas5825m_* functions to set configuration data. Each mainboard may have very different configuration data, depending on its audio hardware. Tested on System76 addw1, bonw14, oryp5, and oryp6. [1]: https://www.ti.com/product/TAS5825M Signed-off-by: Jeremy Soller Signed-off-by: Tim Crawford Change-Id: I896e8f272f18e64bfc90f406e7d4163010800aaf Reviewed-on: https://review.coreboot.org/c/coreboot/+/43614 Tested-by: build bot (Jenkins) --- src/drivers/i2c/tas5825m/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/drivers/i2c/tas5825m/Kconfig (limited to 'src/drivers/i2c/tas5825m/Kconfig') diff --git a/src/drivers/i2c/tas5825m/Kconfig b/src/drivers/i2c/tas5825m/Kconfig new file mode 100644 index 0000000000..0deca1742c --- /dev/null +++ b/src/drivers/i2c/tas5825m/Kconfig @@ -0,0 +1,5 @@ +config DRIVERS_I2C_TAS5825M + bool + default n + help + Enable support for TI TAS5825M Amplifier. -- cgit v1.2.3