diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 27f27d93c..6c74b4465 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -259,8 +259,8 @@ config NSH_DISABLE_CMP config NSH_DISABLE_DATE bool "Disable date" - default y if DEFAULT_SMALL - default n if !DEFAULT_SMALL + default n if RTC + default y if !RTC config NSH_DISABLE_DD bool "Disable dd"