omap2: nand: Make NAND_OMAP_GPMC_PREFETCH default
This option provides better performance and should really always be enabled. Make this be default y. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
ae0d82fc64
commit
39e709611d
@ -55,6 +55,7 @@ config NAND_OMAP_GPMC
|
|||||||
config NAND_OMAP_GPMC_PREFETCH
|
config NAND_OMAP_GPMC_PREFETCH
|
||||||
bool "Enable GPMC Prefetch"
|
bool "Enable GPMC Prefetch"
|
||||||
depends on NAND_OMAP_GPMC
|
depends on NAND_OMAP_GPMC
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
On OMAP platforms that use the GPMC controller
|
On OMAP platforms that use the GPMC controller
|
||||||
(CONFIG_NAND_OMAP_GPMC_PREFETCH), this options enables the code that
|
(CONFIG_NAND_OMAP_GPMC_PREFETCH), this options enables the code that
|
||||||
|
Loading…
Reference in New Issue
Block a user