File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ config HAS_MCUX_SRC_V2
52
52
Set if version 2 of the system reset controller (SRC) module is
53
53
present in the SoC.
54
54
55
- config HAS_MCUX_SMC
56
- bool
57
- help
58
- Set if the SMC module is present in the SoC.
59
-
60
55
config HAS_MCUX_RDC
61
56
bool
62
57
help
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ set_variable_ifdef(CONFIG_ENTROPY_MCUX_RNGA CONFIG_MCUX_COMPONENT_driver.rng
66
66
set_variable_ifdef (CONFIG_ENTROPY_MCUX_TRNG CONFIG_MCUX_COMPONENT_driver.trng )
67
67
set_variable_ifdef (CONFIG_ENTROPY_MCUX_CAAM CONFIG_MCUX_COMPONENT_driver.caam )
68
68
set_variable_ifdef (CONFIG_ETH_NXP_ENET CONFIG_MCUX_COMPONENT_driver.enet )
69
- set_variable_ifdef (CONFIG_HAS_MCUX_SMC CONFIG_MCUX_COMPONENT_driver.smc )
69
+ set_variable_ifdef (CONFIG_SOC_SERIES_KINETIS_K2X CONFIG_MCUX_COMPONENT_driver.smc )
70
70
set_variable_ifdef (CONFIG_I2C_MCUX CONFIG_MCUX_COMPONENT_driver.i2c )
71
71
set_variable_ifdef (CONFIG_I2C_NXP_II2C CONFIG_MCUX_COMPONENT_driver.ii2c )
72
72
set_variable_ifdef (CONFIG_I3C_MCUX CONFIG_MCUX_COMPONENT_driver.i3c )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ config SOC_SERIES_KINETIS_K2X
18
18
19
19
config SOC_MK22F51212
20
20
select HAS_MCUX
21
- select HAS_MCUX_SMC
22
21
select HAS_MCUX_SIM
23
22
select HAS_OSC
24
23
select HAS_MCG
@@ -29,7 +28,6 @@ config SOC_MK22F51212
29
28
# NXP's MCUX SDK, and not recommended for new designs.
30
29
config SOC_MK22F12
31
30
select HAS_MCUX
32
- select HAS_MCUX_SMC
33
31
select HAS_MCUX_SIM
34
32
select HAS_OSC
35
33
select HAS_MCG
You can’t perform that action at this time.
0 commit comments