From 21fb3f581fe4e987bccc557cec763dd12f810fc4 Mon Sep 17 00:00:00 2001 From: Marcel Reichmuth Date: Mon, 25 Nov 2019 10:28:43 +0100 Subject: [PATCH] ADD: [build] new NRSW_BUILD config option BugzID: 59974 --- Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Kconfig b/Kconfig index e57fad4592..9e0b6851fc 100644 --- a/Kconfig +++ b/Kconfig @@ -20,6 +20,15 @@ config BROKEN This option cannot be enabled. It is used as dependency for broken and incomplete features. +config NRSW_BUILD + bool "Add special cusomization for NRSW images" + default n + help + Enable this if you want to use u-boot to boot + NetModule NRSW images. This adds support for + fail safe booting and other NetModule specific + features. + config LOCALVERSION string "Local version - append to U-Boot release" help