diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 00:57:43 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 23:54:43 +0000 |
commit | e70d1d4b588d9b483fec9f9a85c33d367fed4e78 (patch) | |
tree | 9ec13844b8113d5555a3a11a0e80482dae1c2be9 /src/drivers/i2c/adt7463/Kconfig | |
parent | 0ac24fc4056bf918a8a9cbd8d8ebe7d3efb3c660 (diff) |
drivers/i2c/adt7463: Drop dead code
Nothing selects this driver. Drop it before it grows moss.
Change-Id: I9311dd07b8259384badec65da649fa0cf2da1e01
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43267
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/i2c/adt7463/Kconfig')
-rw-r--r-- | src/drivers/i2c/adt7463/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/i2c/adt7463/Kconfig b/src/drivers/i2c/adt7463/Kconfig deleted file mode 100644 index b9423417ed..0000000000 --- a/src/drivers/i2c/adt7463/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -config DRIVERS_I2C_ADT7463 - bool |