blob: 0edc3209d71b3ead429c119e8303dff4a2624e5e [file] [log] [blame]
Nandor Han2541ce22021-06-10 16:56:43 +03001#
2# SPDX-License-Identifier: GPL-2.0+
3#
4# Copyright (c), Vaisala Oyj
5#
6
7menu "Reboot Mode Support"
8
9config DM_REBOOT_MODE
10 bool "Enable reboot mode using Driver Model"
11 depends on DM
12 default n
13 help
14 Enable support for reboot mode control. This will allow users to
15 adjust the boot process based on reboot mode parameter
16 passed to U-Boot.
17
18endmenu