CMake: Add KernelHardwareDebugAPIUnsupported

There are platforms/archs that don't support the Kernel Hardware Debug
API and they can now advertise that by setting
KernelHardwareDebugAPIUnsupported.
This commit is contained in:
Kent McLeod
2019-09-14 17:05:47 +10:00
parent ed87dc35f2
commit af9a046031
7 changed files with 15 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ config_option(
allows userspace processes to set breakpoints, watchpoints and to \
single-step through thread execution."
DEFAULT OFF
DEPENDS "NOT KernelVerificationBuild"
DEPENDS "NOT KernelVerificationBuild;NOT KernelHardwareDebugAPIUnsupported"
)
config_option(
KernelPrinting PRINTING