memory: omap-gpmc: Fix unselectable debug option for GPMC
authorTony Lindgren <tony@atomide.com>
Mon, 12 Oct 2015 23:19:54 +0000 (16:19 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 12 Oct 2015 23:19:54 +0000 (16:19 -0700)
commitbe59b6192f43a9792f5f636b51358196ba11bbf6
tree3c04771b764d7910303337af027d65b848a5e3d2
parent7e381ec6a36aa44f15fc1a76e6efb9e2cd942e61
memory: omap-gpmc: Fix unselectable debug option for GPMC

Commit 63aa945b1013 ("memory: omap-gpmc: Add Kconfig option for debug")
added a debug option for GPMC, but somehow managed to keep it unselectable.

This probably happened because I had some uncommitted changes and the
GPMC option is selected in the platform specific Kconfig.

Let's also update the description a bit, it does not mention that
enabling the debug option also disables the reset of GPMC controller
during the init as pointed out by Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> and Roger Quadros <rogerq@ti.com>.

Fixes: 63aa945b1013 ("memory: omap-gpmc: Add Kconfig option for debug")
Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/memory/Kconfig