From f9b42ec0b34b7867a62e526128ba799d91b30b7c Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 10 Feb 2008 18:50:51 +0000 Subject: [PATCH] fix typo SVN-Revision: 10437 --- target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch b/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch index 481b443a59..f4910261e3 100644 --- a/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch +++ b/target/linux/ixp4xx/patches-2.6.23/400-dmabounce.patch @@ -24,7 +24,7 @@ Index: linux-2.6.23.14/arch/arm/mach-ixp4xx/Kconfig +config DMABOUNCE_DEBUG + bool "Enable DMABounce debuging" + default n -+ depends DMABOUNCE ++ depends on DMABOUNCE + config IXP4XX_INDIRECT_PCI bool "Use indirect PCI memory access" -- 2.30.2