File tree Expand file tree Collapse file tree 3 files changed +0
-122
lines changed Expand file tree Collapse file tree 3 files changed +0
-122
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,6 @@ config RESET_SIMPLE
199
199
- ZTE's zx2967 family
200
200
- SiFive FU740 SoCs
201
201
202
- config RESET_STM32MP157
203
- bool "STM32MP157 Reset Driver" if COMPILE_TEST
204
- default MACH_STM32MP157
205
- help
206
- This enables the RCC reset controller driver for STM32 MPUs.
207
-
208
202
config RESET_SOCFPGA
209
203
bool "SoCFPGA Reset Driver" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFPGA)
210
204
default ARM && ARCH_INTEL_SOCFPGA
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ obj-$(CONFIG_RESET_QCOM_PDC) += reset-qcom-pdc.o
26
26
obj-$(CONFIG_RESET_RASPBERRYPI) += reset-raspberrypi.o
27
27
obj-$(CONFIG_RESET_SCMI) += reset-scmi.o
28
28
obj-$(CONFIG_RESET_SIMPLE) += reset-simple.o
29
- obj-$(CONFIG_RESET_STM32MP157) += reset-stm32mp1.o
30
29
obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
31
30
obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
32
31
obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments