linuxOS_AP05/buildroot/package/rockchip/kernel_modules/Config.in

14 lines
380 B
Plaintext
Raw Permalink Normal View History

2025-06-02 05:59:07 +00:00
config BR2_PACKAGE_KERNEL_MODULES
bool "Kernel modules that match with rockchip kernel"
help
Build modules from rockchip kernel source.
if BR2_PACKAGE_KERNEL_MODULES
config BR2_PACKAGE_KERNEL_DEFCONFIG
string "Defconfig name of rockchip kernel"
default "rockchip_linux"
help
The name of defconfig without '_defconfig'. The default
is rockchip_linux_defconfig
endif