Kconfig 353 B

123456789101112131415161718
  1. #
  2. # SPDX-License-Identifier: GPL-2.0+
  3. #
  4. # Copyright (c), Vaisala Oyj
  5. #
  6. menu "Reboot Mode Support"
  7. config DM_REBOOT_MODE
  8. bool "Enable reboot mode using Driver Model"
  9. depends on DM
  10. default n
  11. help
  12. Enable support for reboot mode control. This will allow users to
  13. adjust the boot process based on reboot mode parameter
  14. passed to U-Boot.
  15. endmenu