commit | 9d9d2f81781d73f369ac1a4d0b3f93ee372fa158 | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Fri Aug 09 12:48:04 2024 -0500 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu Aug 22 09:14:24 2024 +0200 |
tree | 5ae80924e581e81978071c192f50c453d88bcab1 | |
parent | 5360c57dc4b0df530ed255d568e547322d2dcc09 [diff] |
soc: nxp: mcx: Fix Kconfig files and MFD config The Kconfig defaults should be in Kconfig.defconfig. MFD should not be made dependent on the LP flexcomm being enabled, since MFD can be for other things than just flexcomm. Change from depends on to an if. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>