[Precise][SRU][PATCH 3/3] UBUNTU: [Config] Set CONFIG_COMEDI_DEFAULT_BUF_[SIZE_KB, MAXSIZE_KB]

leann.ogasawara at canonical.com leann.ogasawara at canonical.com
Sat Apr 14 20:14:50 UTC 2012


From: Leann Ogasawara <leann.ogasawara at canonical.com>

BugLink: http://bugs.launchpad.net/bugs/981234

Result of applying:
  staging: comedi: Add kernel config for default buffer sizes

Set the suggested defaults:
  CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
  CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048

Signed-off-by: Leann Ogasawara <leann.ogasawara at canonical.com>
---
 debian.master/config/config.common.ubuntu |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index a6e0704..232566b 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -893,6 +893,8 @@ CONFIG_COMEDI_DAS1800=m
 CONFIG_COMEDI_DAS6402=m
 CONFIG_COMEDI_DAS800=m
 # CONFIG_COMEDI_DEBUG is not set
+CONFIG_COMEDI_DEFAULT_BUF_MAXSIZE_KB=20480
+CONFIG_COMEDI_DEFAULT_BUF_SIZE_KB=2048
 CONFIG_COMEDI_DMM32AT=m
 CONFIG_COMEDI_DT2801=m
 CONFIG_COMEDI_DT2811=m
-- 
1.7.9.1





More information about the kernel-team mailing list