From 4adb83c754500cfebe4c24a498eb4139e3ff8866 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Tue, 7 Apr 2020 16:33:05 +0800 Subject: [PATCH] nshlib: remove the dependency of date on RTC Change-Id: I98bd022fdc901ecb4e2e45a0faf779d83c260844 Signed-off-by: chao.an --- nshlib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index abc96d69e..a6aa79064 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -259,8 +259,8 @@ config NSH_DISABLE_CMP config NSH_DISABLE_DATE bool "Disable date" - default n if RTC - default y if !RTC + default y if DEFAULT_SMALL + default n if !DEFAULT_SMALL config NSH_DISABLE_DD bool "Disable dd"