From 9048c19e091c671e9d44595f2e43b6e92437f8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Wed, 11 May 2011 15:49:31 +0200 Subject: [PATCH] linux kernel: add CONFIG_PROC_PAGE_MONITOR=y to allow for clean user-space DMA --- target/linux/xburst/config-2.6.36 | 1 + target/linux/xburst/config-2.6.37 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/xburst/config-2.6.36 b/target/linux/xburst/config-2.6.36 index 70b205b9d..4f6a2bdd4 100644 --- a/target/linux/xburst/config-2.6.36 +++ b/target/linux/xburst/config-2.6.36 @@ -288,6 +288,7 @@ CONFIG_POWER_SUPPLY=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT=y CONFIG_PRINTK_TIME=y +CONFIG_PROC_PAGE_MONITOR=y CONFIG_RTC_CLASS=y # CONFIG_RTC_DRV_CMOS is not set # CONFIG_RTC_DRV_DS3232 is not set diff --git a/target/linux/xburst/config-2.6.37 b/target/linux/xburst/config-2.6.37 index a221b186c..b901091b1 100644 --- a/target/linux/xburst/config-2.6.37 +++ b/target/linux/xburst/config-2.6.37 @@ -305,6 +305,7 @@ CONFIG_POWER_SUPPLY=y # CONFIG_PREEMPT_RCU is not set CONFIG_PREEMPT=y CONFIG_PRINTK_TIME=y +CONFIG_PROC_PAGE_MONITOR=y # CONFIG_QUOTACTL is not set CONFIG_RTC_CLASS=y # CONFIG_RTC_DRV_CMOS is not set