diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-11-04 12:39:14 +0200 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2024-11-17 11:58:56 +0100 |
commit | 51616b0c4db5903c61936f6c1830fab526d08aa4 (patch) | |
tree | 8aa48af0bb1513f20241bb0769fdaf6ac1911c33 /drivers/i2c/busses/Kconfig | |
parent | 311499ee56bf120722a56981caeba14ce829bd1a (diff) | |
download | linux-51616b0c4db5903c61936f6c1830fab526d08aa4.tar.gz linux-51616b0c4db5903c61936f6c1830fab526d08aa4.tar.bz2 linux-51616b0c4db5903c61936f6c1830fab526d08aa4.zip |
i2c: busses: Use *-y instead of *-objs in Makefile
*-objs suffix is reserved rather for (user-space) host programs while
usually *-y suffix is used for kernel drivers (although *-objs works
for that purpose for now).
Let's correct the old usages of *-objs in Makefiles.
While at it, fix an obvious typo in help section of the Kconfig.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 0e1ce4fe1325..db4f9a0c3d9f 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -431,7 +431,7 @@ config I2C_AT91 are facing this situation, use the i2c-gpio driver. config I2C_AT91_SLAVE_EXPERIMENTAL - tristate "Microchip AT91 I2C experimental slave mode" + bool "Microchip AT91 I2C experimental slave mode" depends on I2C_AT91 select I2C_SLAVE help @@ -440,7 +440,7 @@ config I2C_AT91_SLAVE_EXPERIMENTAL been tested in a heavy way, help wanted. There are known bugs: - It can hang, on a SAMA5D4, after several transfers. - - There are some mismtaches with a SAMA5D4 as slave and a SAMA5D2 as + - There are some mismatches with a SAMA5D4 as slave and a SAMA5D2 as master. config I2C_AU1550 |