Re: what is the kernel symbol for user space grant access driver

2011-03-04 Thread tbartcz
I'm not sure if I got your point, but I guess you want to make sure that code activated by your configuration option is included into the kernel image. Let me illustrate that by example: PC parallel port. (Device Drivers- Parallel Port - PC-style hardware). This option is associated with

Re: what is the kernel symbol for user space grant access driver

2011-03-04 Thread Tapas Mishra
On Fri, Mar 4, 2011 at 11:19 PM, tbar...@interia.pl wrote: I'm not sure if I got your point, but I guess you want to make sure that code activated by your configuration option is included into the kernel image. Let me illustrate that by example: PC parallel port.  (Device Drivers- Parallel

what is the kernel symbol for user space grant access driver

2011-03-02 Thread Tapas Mishra
Hi, I want to know with respect to an image here http://bderzhavets.files.wordpress.com/2010/04/pv-2-6-32-12.png I have already compiled a kernel it mentions to enable  user space grant access driver While compiling I did not notice it how can I now verify post compile some symbol CONFIG_* which

Re: what is the kernel symbol for user space grant access driver

2011-03-02 Thread Daniel Baluta
Hello, I want to know with respect to an image here http://bderzhavets.files.wordpress.com/2010/04/pv-2-6-32-12.png I have already compiled a kernel it mentions to enable  user space grant access driver While compiling I did not notice it how can I now verify post compile some symbol

Re: what is the kernel symbol for user space grant access driver

2011-03-02 Thread Tapas Mishra
On Wed, Mar 2, 2011 at 8:35 PM, Daniel Baluta daniel.bal...@gmail.com wrote: Hello, I want to know with respect to an image here http://bderzhavets.files.wordpress.com/2010/04/pv-2-6-32-12.png I have already compiled a kernel it mentions to enable  user space grant access driver While