aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-04-26 11:26:10 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-29 08:57:30 +0200
commitbe34f45f0d4aa91c6b83d140f9ace1ca40a5f9dc (patch)
tree7669ce8918bfc3213cb13b84201148e29eb3403a /drivers/memory
parentmemory: renesas-rpc-if: simplify platform_get_resource_byname() (diff)
downloadlinux-dev-be34f45f0d4aa91c6b83d140f9ace1ca40a5f9dc.tar.xz
linux-dev-be34f45f0d4aa91c6b83d140f9ace1ca40a5f9dc.zip
memory: omap-gpmc: Make OMAP_GPMC config visible and selectable
So far for armv7 TI platforms, GPMC was being selected by arch/arm/mach-* architecture Kconfig files. For K3 platforms, GPMC is no longer required for basic boot and cannot be always enabled by default by mach- Kconfig. We need a way for user (or board defconfig) to enable it if required so make OMAP_GPMC Kconfig option always visible. Drop COMPILE_TEST as build fails if IRQ_DOMAIN is not enabled. Signed-off-by: Roger Quadros <rogerq@kernel.org> Link: https://lore.kernel.org/r/20220426082611.24427-2-rogerq@kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'drivers/memory')
-rw-r--r--drivers/memory/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig
index 30bff6cb1b8d..da9634daad04 100644
--- a/drivers/memory/Kconfig
+++ b/drivers/memory/Kconfig
@@ -103,7 +103,7 @@ config TI_EMIF
temperature changes
config OMAP_GPMC
- bool "Texas Instruments OMAP SoC GPMC driver" if COMPILE_TEST
+ bool "Texas Instruments OMAP SoC GPMC driver"
depends on OF_ADDRESS
select GPIOLIB
help