# SPDX-License-Identifier: GPL-2.0-only
# Copyright 2023 The DT-Utils Authors <oss-tools@pengutronix.de>
# feature options
option(
  'state-backward-compatibility',
  type : 'boolean',
  value : false,
  description : 'barebox-state: when using the "direct" storage backend, keep the on-disk format readable by barebox <= v2016.08.0')

option(
  'lock-device',
  type : 'boolean',
  value : false,
  description : 'lock device node instead of creating lockfile in /run')

# build options
option(
  'barebox-state',
  type : 'boolean',
  value : true,
  description : 'Build barebox-state utility')

option(
  'tests',
  type : 'boolean',
  value : true,
  description : 'Enable/Disable test suite')
