Skip to content

Commit 16b194a

Browse files
erwangonashif
authored andcommitted
boards: stm32: Remove explicit CLOCK_CONTROL setting
`CLOCK_CONTROL` subsystem being selected directly at family level, remove it from individual board configurations. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent 0e30625 commit 16b194a

File tree

170 files changed

+0
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+0
-521
lines changed

boards/96boards/aerocore2/96b_aerocore2_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ CONFIG_UART_CONSOLE=y
1515

1616
# enable GPIO
1717
CONFIG_GPIO=y
18-
19-
# Enable Clocks
20-
CONFIG_CLOCK_CONTROL=y

boards/96boards/argonkey/96b_argonkey_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ CONFIG_SERIAL=y
1212
# enable GPIO
1313
CONFIG_GPIO=y
1414

15-
# Enable Clocks
16-
CONFIG_CLOCK_CONTROL=y
17-
1815
# console
1916
CONFIG_CONSOLE=y
2017
CONFIG_UART_CONSOLE=y

boards/96boards/avenger96/96b_avenger96_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ CONFIG_GPIO=y
1111
CONFIG_SERIAL=y
1212
CONFIG_UART_INTERRUPT_DRIVEN=y
1313

14-
# clock configuration
15-
CONFIG_CLOCK_CONTROL=y
16-
1714
# console (remote proc console by default)
1815
CONFIG_CONSOLE=y
1916
CONFIG_RAM_CONSOLE=y

boards/96boards/carbon/96b_carbon_stm32f401xe_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/96boards/neonkey/96b_neonkey_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ CONFIG_SERIAL=y
1212
# enable GPIO
1313
CONFIG_GPIO=y
1414

15-
# Enable Clocks
16-
CONFIG_CLOCK_CONTROL=y
17-
1815
# console
1916
CONFIG_CONSOLE=y
2017
CONFIG_UART_CONSOLE=y

boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/96boards/wistrio/96b_wistrio_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ CONFIG_SERIAL=y
1010
# enable GPIO
1111
CONFIG_GPIO=y
1212

13-
# Enable Clocks
14-
CONFIG_CLOCK_CONTROL=y
15-
1613
# console
1714
CONFIG_CONSOLE=y
1815
CONFIG_UART_CONSOLE=y

boards/adafruit/feather_stm32f405/adafruit_feather_stm32f405_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/adi/eval_adin1110ebz/adi_eval_adin1110ebz_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CONFIG_UART_CONSOLE=y
99

1010
# enable GPIO
1111
CONFIG_GPIO=y
12-
13-
# Enable Clocks
14-
CONFIG_CLOCK_CONTROL=y

boards/adi/eval_adin2111ebz/adi_eval_adin2111ebz_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CONFIG_UART_CONSOLE=y
99

1010
# enable GPIO
1111
CONFIG_GPIO=y
12-
13-
# Enable Clocks
14-
CONFIG_CLOCK_CONTROL=y

boards/adi/sdp_k1/adi_sdp_k1_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/alientek/pandora_stm32l475/pandora_stm32l475_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ CONFIG_SERIAL=y
1212
# enable GPIO
1313
CONFIG_GPIO=y
1414

15-
# Enable Clocks
16-
CONFIG_CLOCK_CONTROL=y
17-
1815
# console
1916
CONFIG_CONSOLE=y
2017
CONFIG_UART_CONSOLE=y

boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m4_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# Enable GPIO
55
CONFIG_GPIO=y
66

7-
# Clock configuration
8-
CONFIG_CLOCK_CONTROL=y
9-
107
# Enable MPU
118
CONFIG_ARM_MPU=y
129

boards/arduino/giga_r1/arduino_giga_r1_stm32h747xx_m7_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ CONFIG_POWER_SUPPLY_DIRECT_SMPS=n
77
# Enable GPIO
88
CONFIG_GPIO=y
99

10-
# Enable clocks
11-
CONFIG_CLOCK_CONTROL=y
12-
1310
# Enable MPU
1411
CONFIG_ARM_MPU=y
1512

@@ -23,6 +20,5 @@ CONFIG_SERIAL=y
2320
CONFIG_CONSOLE=y
2421
CONFIG_UART_CONSOLE=y
2522

26-
2723
# Use zephyr,code-partition as flash offset
2824
CONFIG_USE_DT_CODE_PARTITION=y

boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m4_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# Enable GPIO
55
CONFIG_GPIO=y
66

7-
# Clock configuration
8-
CONFIG_CLOCK_CONTROL=y
9-
107
# Enable MPU
118
CONFIG_ARM_MPU=y
129

boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ CONFIG_POWER_SUPPLY_DIRECT_SMPS=n
77
# Enable GPIO
88
CONFIG_GPIO=y
99

10-
# Enable clocks
11-
CONFIG_CLOCK_CONTROL=y
12-
1310
# Enable MPU
1411
CONFIG_ARM_MPU=y
1512

@@ -23,6 +20,5 @@ CONFIG_SERIAL=y
2320
CONFIG_CONSOLE=y
2421
CONFIG_UART_CONSOLE=y
2522

26-
2723
# Use zephyr,code-partition as flash offset
2824
CONFIG_USE_DT_CODE_PARTITION=y

boards/arduino/opta/arduino_opta_stm32h747xx_m4_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# Enable GPIO
55
CONFIG_GPIO=y
66

7-
# Clock configuration
8-
CONFIG_CLOCK_CONTROL=y
9-
107
# Enable MPU
118
CONFIG_ARM_MPU=y
129

boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m4_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
# Enable GPIO
55
CONFIG_GPIO=y
66

7-
# Clock configuration
8-
CONFIG_CLOCK_CONTROL=y
9-
107
# Enable MPU
118
CONFIG_ARM_MPU=y
129

1310
# Enable HW stack protection
1411
CONFIG_HW_STACK_PROTECTION=y
1512

16-
1713
# Enable uart driver
1814
# CONFIG_SERIAL=y
1915

boards/arduino/portenta_h7/arduino_portenta_h7_stm32h747xx_m7_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
77
# Enable GPIO
88
CONFIG_GPIO=y
99

10-
# Enable clocks
11-
CONFIG_CLOCK_CONTROL=y
12-
1310
# Enable MPU
1411
CONFIG_ARM_MPU=y
1512

1613
# Enable HW stack protection
1714
CONFIG_HW_STACK_PROTECTION=y
1815

19-
2016
# Use zephyr,code-partition as flash offset
2117
CONFIG_USE_DT_CODE_PARTITION=y
2218

boards/blues/swan_r5/swan_r5_defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ CONFIG_SERIAL=y
66
# Enable GPIO
77
CONFIG_GPIO=y
88

9-
# Enable Clocks
10-
CONFIG_CLOCK_CONTROL=y
11-
129
# Console
1310
CONFIG_CONSOLE=y
1411
CONFIG_UART_CONSOLE=y
@@ -19,5 +16,4 @@ CONFIG_ARM_MPU=y
1916
# Enable HW stack protection
2017
CONFIG_HW_STACK_PROTECTION=y
2118

22-
2319
CONFIG_REGULATOR=y

boards/dragino/lsn50/dragino_lsn50_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CONFIG_UART_CONSOLE=y
99

1010
# GPIO Controller
1111
CONFIG_GPIO=y
12-
13-
# Enable Clocks
14-
CONFIG_CLOCK_CONTROL=y

boards/dragino/nbsn95/dragino_nbsn95_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ CONFIG_UART_CONSOLE=y
1010

1111
# GPIO Controller
1212
CONFIG_GPIO=y
13-
14-
# Enable Clocks
15-
CONFIG_CLOCK_CONTROL=y

boards/fanke/fk7b0m1_vbt6/fk7b0m1_vbt6_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ CONFIG_UART_CONSOLE=y
1616

1717
# Enable GPIO
1818
CONFIG_GPIO=y
19-
20-
# Enable clocks
21-
CONFIG_CLOCK_CONTROL=y

boards/google/dragonclaw/google_dragonclaw_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ CONFIG_UART_CONSOLE=y
1212
# GPIO Controller
1313
CONFIG_GPIO=y
1414

15-
# Clock Controller
16-
CONFIG_CLOCK_CONTROL=y
17-
1815
# Enable MPU and HW stack protection
1916
CONFIG_ARM_MPU=y
2017
CONFIG_HW_STACK_PROTECTION=y

boards/google/twinkie_v2/google_twinkie_v2_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
# GPIO Controller
66
CONFIG_GPIO=y
77

8-
# Enable Clocks
9-
CONFIG_CLOCK_CONTROL=y
10-
118
# Enable MPU
129
CONFIG_ARM_MPU=y

boards/mikroe/clicker_2/mikroe_clicker_2_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ CONFIG_UART_CONSOLE=y
99

1010
# enable GPIO
1111
CONFIG_GPIO=y
12-
13-
# Enable Clocks
14-
CONFIG_CLOCK_CONTROL=y

boards/mikroe/mini_m4_for_stm32/mikroe_mini_m4_for_stm32_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ CONFIG_UART_CONSOLE=y
1212

1313
# enable GPIO
1414
CONFIG_GPIO=y
15-
16-
# Enable Clocks
17-
CONFIG_CLOCK_CONTROL=y

boards/mxchip/az3166_iotdevkit/az3166_iotdevkit_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO ports
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/olimex/lora_stm32wl_devkit/olimex_lora_stm32wl_devkit_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ CONFIG_SERIAL=y
44
# enable GPIO
55
CONFIG_GPIO=y
66

7-
# Enable Clocks
8-
CONFIG_CLOCK_CONTROL=y
9-
107
# console
118
CONFIG_CONSOLE=y
129
CONFIG_UART_CONSOLE=y

boards/olimex/olimexino_stm32/olimexino_stm32_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ CONFIG_UART_CONSOLE=y
1515

1616
# enable GPIO
1717
CONFIG_GPIO=y
18-
19-
# enable clocks
20-
CONFIG_CLOCK_CONTROL=y

boards/olimex/stm32_e407/olimex_stm32_e407_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/olimex/stm32_h103/olimex_stm32_h103_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ CONFIG_UART_CONSOLE=y
88

99
# enable GPIO
1010
CONFIG_GPIO=y
11-
12-
# enable clocks
13-
CONFIG_CLOCK_CONTROL=y

boards/olimex/stm32_h405/olimex_stm32_h405_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/olimex/stm32_h407/olimex_stm32_h407_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/olimex/stm32_p405/olimex_stm32_p405_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ CONFIG_UART_CONSOLE=y
1515
# enable GPIO
1616
CONFIG_GPIO=y
1717

18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y
20-
2118
CONFIG_ENTROPY_GENERATOR=y

boards/others/black_f407ve/black_f407ve_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ CONFIG_SERIAL=y
1313
CONFIG_CONSOLE=y
1414
CONFIG_UART_CONSOLE=y
1515

16-
# Enable Clocks
17-
CONFIG_CLOCK_CONTROL=y
18-
1916
# Enable GPIO
2017
CONFIG_GPIO=y

boards/others/black_f407zg_pro/black_f407zg_pro_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@ CONFIG_SERIAL=y
1313
CONFIG_CONSOLE=y
1414
CONFIG_UART_CONSOLE=y
1515

16-
# Enable Clocks
17-
CONFIG_CLOCK_CONTROL=y
18-
1916
# Enable GPIO
2017
CONFIG_GPIO=y

boards/others/stm32_min_dev/stm32_min_dev_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ CONFIG_UART_CONSOLE=y
1313

1414
# enable GPIO
1515
CONFIG_GPIO=y
16-
17-
# enable clock control
18-
CONFIG_CLOCK_CONTROL=y

boards/others/stm32f030_demo/stm32f030_demo_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ CONFIG_UART_CONSOLE=y
1616

1717
# GPIO Controller
1818
CONFIG_GPIO=y
19-
20-
# Enable Clocks
21-
CONFIG_CLOCK_CONTROL=y

boards/others/stm32f401_mini/stm32f401_mini_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# Enable GPIO
1616
CONFIG_GPIO=y
17-
18-
# Clock configuration
19-
CONFIG_CLOCK_CONTROL=y

boards/ronoth/lodev/ronoth_lodev_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ CONFIG_UART_CONSOLE=y
1414

1515
# GPIO Controller
1616
CONFIG_GPIO=y
17-
18-
# Enable Clocks
19-
CONFIG_CLOCK_CONTROL=y

boards/seagate/legend/legend_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ CONFIG_UART_CONSOLE=y
1010

1111
# GPIO Controller
1212
CONFIG_GPIO=y
13-
14-
# Clock Control
15-
CONFIG_CLOCK_CONTROL=y

boards/seco/stm32f3_seco_d23/stm32f3_seco_d23_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ CONFIG_UART_CONSOLE=y
1919
# enable GPIO
2020
CONFIG_GPIO=y
2121

22-
# clock configuration
23-
CONFIG_CLOCK_CONTROL=y
24-
2522
# enable regulators
2623
CONFIG_REGULATOR=y

boards/seeed/lora_e5_dev_board/lora_e5_dev_board_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ CONFIG_SERIAL=y
77
# Enable GPIO
88
CONFIG_GPIO=y
99

10-
# Enable Clocks
11-
CONFIG_CLOCK_CONTROL=y
12-
1310
# Console
1411
CONFIG_CONSOLE=y
1512
CONFIG_UART_CONSOLE=y

0 commit comments

Comments
 (0)