!635 Fix : menuconfig配置Enable Dynamic Link Feature后编译报错
Merge pull request !635 from yinjiaming/master
This commit is contained in:
commit
110ee01118
2
Kconfig
2
Kconfig
|
@ -317,7 +317,7 @@ config CPUP_INCLUDE_IRQ
|
||||||
help
|
help
|
||||||
If you wish to include irq usage for cpup.
|
If you wish to include irq usage for cpup.
|
||||||
|
|
||||||
config DYNLINK
|
config KERNEL_DYNLINK
|
||||||
bool "Enable Dynamic Link Feature"
|
bool "Enable Dynamic Link Feature"
|
||||||
default n
|
default n
|
||||||
depends on KERNEL_EXTKERNEL && ARCH_ARM
|
depends on KERNEL_EXTKERNEL && ARCH_ARM
|
||||||
|
|
Loading…
Reference in New Issue