File tree Expand file tree Collapse file tree 4 files changed +4
-23
lines changed Expand file tree Collapse file tree 4 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,6 @@ config HAS_MCUX_FLEXSPI
28
28
help
29
29
Set if the flexible SPI (FlexSPI) module is present in the SoC.
30
30
31
- config HAS_MCUX_GPC
32
- bool
33
- help
34
- Set if the general power controller (GPC) module is present in the SoC.
35
-
36
- config HAS_MCUX_PMU
37
- bool
38
- help
39
- Set if the power management unit (PMU) module is present in the SoC.
40
-
41
- config HAS_MCUX_DCDC
42
- bool
43
- help
44
- Set if the DCDC converter module is present in the SoC.
45
-
46
31
config HAS_MCUX_SEMC
47
32
bool
48
33
help
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ config CORTEX_M_SYSTICK
32
32
default n if MCUX_GPT_TIMER
33
33
34
34
config PM_MCUX_GPC
35
- default y if HAS_MCUX_GPC
35
+ default y
36
36
depends on SOC_SERIES_IMXRT11XX && PM
37
37
38
38
if SOC_SERIES_IMXRT10XX && PM
@@ -41,13 +41,13 @@ config CODE_DATA_RELOCATION
41
41
default y
42
42
43
43
config PM_MCUX_GPC
44
- default y if HAS_MCUX_GPC
44
+ default y if SOC_SERIES_IMXRT10XX || SOC_SERIES_IMXRT11XX
45
45
46
46
config PM_MCUX_DCDC
47
- default y if HAS_MCUX_DCDC
47
+ default y if SOC_SERIES_IMXRT10XX
48
48
49
49
config PM_MCUX_PMU
50
- default y if HAS_MCUX_PMU
50
+ default y if SOC_SERIES_IMXRT10XX
51
51
52
52
endif # SOC_SERIES_IMXRT10XX && PM
53
53
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ config SOC_SERIES_IMXRT10XX
12
12
select HAS_MCUX
13
13
select HAS_MCUX_CACHE
14
14
select HAS_MCUX_FLEXSPI
15
- select HAS_MCUX_GPC
16
- select HAS_MCUX_PMU
17
- select HAS_MCUX_DCDC
18
15
select HAS_SWO
19
16
select HAS_PM
20
17
select SOC_RESET_HOOK
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ config SOC_SERIES_IMXRT11XX
17
17
select CPU_HAS_DCACHE if CPU_CORTEX_M7
18
18
select CPU_HAS_FPU
19
19
select CPU_HAS_FPU_DOUBLE_PRECISION if CPU_CORTEX_M7
20
- select HAS_MCUX_GPC
21
20
select HAS_MCUX_SRC_V2
22
21
select HAS_SWO
23
22
select HAS_PM
You can’t perform that action at this time.
0 commit comments