Hello everyone,
I am using linux kernel version 2.6.26.8 and I need to use async_XXX (async_xor, async_memcpy etc) API. So I need to build the ASYNC_XXX modules with my kernel. But I can't see the config options related to ASYNC_XOR or ASYNC_MEMCPY etc through menuconfig or gconfig under Security Options.
In gconfig if I select show all options I can see these config options under "Security Options" but I can't select them.
I am not sure if this is because of some missing prerequisite CONFIG options in my config file or something else.
I could directly add these options in the config file manually but I wanted to be sure it won't have any side effects.
I am posting the Security Options portion of my working .config file here, as in my last two posts I had attached my .config file (size 33k) but then my posts were not delivered. After waiting for about a day I decided to try one more post without attachment. So, this is the third time I am trying to post the same thing. I apologize if it is recieved multiple times.
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
Thanking you in advance.
I am using linux kernel version 2.6.26.8 and I need to use async_XXX (async_xor, async_memcpy etc) API. So I need to build the ASYNC_XXX modules with my kernel. But I can't see the config options related to ASYNC_XOR or ASYNC_MEMCPY etc through menuconfig or gconfig under Security Options.
In gconfig if I select show all options I can see these config options under "Security Options" but I can't select them.
I am not sure if this is because of some missing prerequisite CONFIG options in my config file or something else.
I could directly add these options in the config file manually but I wanted to be sure it won't have any side effects.
I am posting the Security Options portion of my working .config file here, as in my last two posts I had attached my .config file (size 33k) but then my posts were not delivered. After waiting for about a day I decided to try one more post without attachment. So, this is the third time I am trying to post the same thing. I apologize if it is recieved multiple times.
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
Thanking you in advance.