Re: [PATCH 2/4] memory: omap-gpmc: Fix menuconfig visibility
From: Krzysztof Kozlowski <hidden>
Date: 2021-11-23 19:43:57
Also in:
linux-omap, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2021-11-23 19:43:57
Also in:
linux-omap, lkml
On 23/11/2021 11:26, Roger Quadros wrote:
GPMC was not being visible if COMPILE_TEST is not enabled. Signed-off-by: Roger Quadros <rogerq@kernel.org> --- drivers/memory/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
... which was probably on purpose, similarly to many other SoC drivers which are selected by platform. Therefore there is no bug to fix here - lack of visibility is not a problem. Please document instead why you want to change it, e.g. why this is a problem or unwanted behavior. Best regards, Krzysztof