kernel_liteos_a/bsd/Kconfig

15 lines
306 B
Plaintext
Raw Normal View History

2020-09-08 10:21:39 +08:00
config COMPAT_BSD
bool "Enable FreeBSD"
default y
select COMPAT_LINUXKPI
2020-09-08 10:21:39 +08:00
help
Answer Y to enable LiteOS support FreeBSD.
config COMPAT_LINUXKPI
bool "Enable linuxkpi" if COMPAT_BSD
default y
help
Answer Y to enable LiteOS support compatible layer for linuxkpi.