1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 21:37:10 +02:00

linux kernel: add CONFIG_PROC_PAGE_MONITOR=y to allow for clean user-space DMA

This commit is contained in:
David Kühling 2011-05-11 15:49:31 +02:00 committed by Xiangfu Liu
parent fed7a77d55
commit 6f35942d6b
2 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,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

View File

@ -304,6 +304,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