Skip to content

Commit

Permalink
[sq] select RESET_{CONTROLLER,SIMPLE} from CLK_WPCM450 instead of mes…
Browse files Browse the repository at this point in the history
…sing with the 'default' statement
  • Loading branch information
neuschaefer committed Mar 7, 2024
1 parent 79b5e75 commit 6dde953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drivers/clk/nuvoton/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ config CLK_MA35D1
config CLK_WPCM450
bool "Nuvoton WPCM450 clock/reset controller support"
default y
select RESET_CONTROLLER
select RESET_SIMPLE
help
Build the clock and reset controller driver for the WPCM450 SoC.

Expand Down
2 changes: 1 addition & 1 deletion drivers/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ config RESET_SCMI

config RESET_SIMPLE
bool "Simple Reset Controller Driver" if COMPILE_TEST || EXPERT
default ARCH_ASPEED || ARCH_BCMBCA || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC || ARCH_WPCM450
default ARCH_ASPEED || ARCH_BCMBCA || ARCH_BITMAIN || ARCH_REALTEK || ARCH_STM32 || (ARCH_INTEL_SOCFPGA && ARM64) || ARCH_SUNXI || ARC
depends on HAS_IOMEM
help
This enables a simple reset controller driver for reset lines that
Expand Down

0 comments on commit 6dde953

Please sign in to comment.