Hi all,
Please help me about this kernel configuration problem. I have added sub-directory ‘Koni’ of the driver in /drivers/crypto. It has its own kconfig file. The variable CRYPTO_DEV_KONI is assigned value y by running make menuconfig and then running make oldconfig.
When I run make linux-image, the script conf spits this error,
" * restart config…
- Hardware crypto devices
Hardware Crypto Devices (CRYPTO_HW) [y/n/?] y
Koni HW accelerator (CRYPTO_DEV_KONI) [N/m/y/?] (NEW) aborted!
console input/output is redirected. Run ‘make oldconfig’ to update configuration"
I have run ‘make oldconfig’ several times but no use.
I have done same procedure in Debian and it worked. My question is, Is the kernel configuration in VyOS is done by ‘make menuconfig’ or there is some special method?
Kind regards.