Re: [PATCH v6 3/5] mfd: aaeon: Add SRG-IMX8P MCU driver
From: Julian Braha
Date: Thu Jul 02 2026 - 15:12:31 EST
Hi Thomas,
On 6/30/26 13:51, Thomas Perrot (Schneider Electric) wrote:
> +config MFD_AAEON_MCU
> + tristate "Aaeon SRG-IMX8P MCU Driver"
> + depends on I2C
> + select MFD_CORE
> + select REGMAP
> + help
Your REGMAP select here strangely indents with spaces, while the rest
of your kconfig attributes (and this file) are using a tab.
- Julian Braha