Kconfig.acts 280 B

1234567891011121314
  1. # Kernel configuration options
  2. # Copyright (c) 2014-2015 Wind River Systems, Inc.
  3. # SPDX-License-Identifier: Apache-2.0
  4. menu "Actions Kernel Options"
  5. config DEVICE_DEBUG
  6. bool "Device runtime debug"
  7. default y
  8. help
  9. This option enables device debug code in kernel.
  10. endmenu