On 10/24/21 8:40 AM, Jesse Taube wrote:
diff --git a/drivers/clk/imx/Kconfig b/drivers/clk/imx/Kconfig index 47d9ec3abd2f..19adce25167d 100644 --- a/drivers/clk/imx/Kconfig +++ b/drivers/clk/imx/Kconfig @@ -98,3 +98,6 @@ config CLK_IMX8QXP select MXC_CLK_SCU help Build the driver for IMX8QXP SCU based clocks. +config CLK_IMXRT + def_bool SOC_IMXRT + select MXC_CLK
Hi, Please keep one blank line between config entries, the way that the rest of that file is. (and pretty much all other Kconfig files) thanks. -- ~Randy