[PATCH] i2c: Kconfig: Tighten some i2c driver dependencies
Tom Rini
trini at konsulko.com
Thu Jul 3 02:42:27 CEST 2025
On Tue, Jul 01, 2025 at 07:03:59PM -0600, Tom Rini wrote:
> A few i2c drivers cannot build without access to some platform specific
> header files. Express those requirements in Kconfig as well.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
[snip]
> @@ -314,6 +316,7 @@ config SYS_I2C_MICROCHIP
>
> config SYS_I2C_MXC
> bool "NXP MXC I2C driver"
> + depends on MACH_IMX
> help
> Add support for the NXP I2C driver. This supports up to four bus
> channels and operating on standard mode up to 100 kbits/s and fast
I didn't look hard enough at my logs, this dependency is too tight and
misses at least ARCH_LS1012A. I'll v2 this at some point.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250702/acc6bf1f/attachment.sig>
More information about the U-Boot
mailing list