clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=y
authorFabio Estevam <festevam@denx.de>
Mon, 26 Sep 2022 16:40:11 +0000 (13:40 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commit1703a7c4c2e2527c53e9c2ee4e1c57504cfb649f
treeacc7637b613621368f1164e5c07409b079b265c9
parent4ede070601a9ef07a212c5466d7abee8df833650
clk-imx8mm: Only build QSPI clocks when CONFIG_NXP_FSPI=y

The QSPI clocks are only used when CONFIG_NXP_FSPI=y, so only build the
QSPI clocks in this case to reduce the final SPL binary size.

Signed-off-by: Fabio Estevam <festevam@denx.de>
drivers/clk/imx/clk-imx8mm.c