I added a feature in Linux kernel which I switch on/off using pre-processor macros. I now want these macros to be available in make menuconfig
as configuration parameters. I tried to add them in the default configuration file but the make process does not recognize its format (it gives error). Is there a special way to add preprocessor macros to the configuration file (for e.g. preceding the paramater name with a CONFIG_*)?
I am not too experienced with the configuration process. Any help will be appreciated.
Thanks.