OK3568 4.19.206 Buildroot Kernel Configuration View

Document classification: □ Top secret □ Secret □ Internal information ■ Open

Kernel Configuration View

The drivers and utilities used for the components are subject to the copyrights of the respective manufacturers. The license conditions of the respective manufacturer are to be adhered to. Related license expenses for the operating system and applications should be calculated/declared separately by the related party or its representatives.

Open the development board debugging tool and enter the following command

[master@ok3568:/]# zcat /proc/config.gz  | grep CONFIG_BONDING		//Check whether the kernel is configuredBONDING
# CONFIG_BONDING is not set				//No configuration
[master@ok3568:/]# zcat /proc/config.gz  | grep NETDEVICES				//Check whether the kernel is configuredNETDEVICES
CONFIG_NETDEVICES=y								//Already configured