linuxOS_AP05/buildroot/package/rockchip/kernel_modules/Config.in
2025-06-02 13:59:07 +08:00

14 lines
380 B
Plaintext

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