kernel: disable legacy APIs by default
First step to removing legacy APIs, this will be a wakeup call for this still using legacy APIs before we completely remove them. Change-Id: I32db62ff73efaa7eb5ab9ebc4d4fdc4a7c34ae56 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e698c9c5aa
commit
8e1dffd192
|
@ -537,7 +537,7 @@ menu "Legacy Kernel Options"
|
|||
|
||||
config LEGACY_KERNEL
|
||||
bool "Legacy Kernel Options"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Enable legacy kernel features.
|
||||
|
||||
|
|
Loading…
Reference in a new issue