Re: [PATCH 2/4] memory: omap-gpmc: Fix menuconfig visibility
From: Roger Quadros <rogerq@kernel.org>
Date: 2021-11-25 12:11:59
Also in:
linux-omap, lkml
From: Roger Quadros <rogerq@kernel.org>
Date: 2021-11-25 12:11:59
Also in:
linux-omap, lkml
On 23/11/2021 21:43, Krzysztof Kozlowski wrote:
On 23/11/2021 11:26, Roger Quadros wrote:quoted
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.
No strong enough reason. I'll drop this patch. cheers, -roger