Skip to content

Commit

Permalink
nshlib: remove the dependency of date on RTC
Browse files Browse the repository at this point in the history
Change-Id: I98bd022fdc901ecb4e2e45a0faf779d83c260844
Signed-off-by: chao.an <anchao@xiaomi.com>
  • Loading branch information
anchao authored and patacongo committed Apr 18, 2020
1 parent f2fb8c8 commit 4adb83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nshlib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4adb83c

Please sign in to comment.