Skip to content

Commit

Permalink
memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as module
Browse files Browse the repository at this point in the history
Allow building the Broadcom STB DPFE driver as a module, it is already a
platform driver proper with all of the resource releasing device
managed.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Markus Mayer <mmayer@broadcom.com>
Link: https://lore.kernel.org/r/20210924031459.8911-1-f.fainelli@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
  • Loading branch information
ffainelli authored and krzk committed Sep 30, 2021
1 parent 6b20a5d commit 13f995c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/memory/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ config ATMEL_EBI
SRAMs, ATA devices, etc.

config BRCMSTB_DPFE
bool "Broadcom STB DPFE driver" if COMPILE_TEST
default y if ARCH_BRCMSTB
tristate "Broadcom STB DPFE driver"
default ARCH_BRCMSTB
depends on ARCH_BRCMSTB || COMPILE_TEST
help
This driver provides access to the DPFE interface of Broadcom
Expand Down

0 comments on commit 13f995c

Please sign in to comment.