diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Kconfig b/src/Kconfig index a43a9796d0..f6c022e8be 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1146,19 +1146,6 @@ config WARNINGS_ARE_ERRORS bool default y -# TODO: Remove this when all platforms are fixed. -config IASL_WARNINGS_ARE_ERRORS - def_bool y - help - Select to Fail the build if a IASL generates a warning. - This will be defaulted to disabled for the platforms that - currently fail. This allows the REST of the platforms to - have this check enabled while we're working to get those - boards fixed. - - DO NOT ADD TO ANY ADDITIONAL PLATFORMS INSTEAD OF FIXING - THE ASL. - # The four POWER_BUTTON_DEFAULT_ENABLE, POWER_BUTTON_DEFAULT_DISABLE, # POWER_BUTTON_FORCE_ENABLE and POWER_BUTTON_FORCE_DISABLE options are # mutually exclusive. One of these options must be selected in the |