# kconfig ```text usage: kconfig [-h] [-l FILE_PATH] [config_name] ``` Outputs the kernel config. ### Positional arguments |Positional Argument|Help| | :--- | :--- | |config_name|A config name to search for| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-l|--load|load kernel config file|