commit | 3e257dfdb895b722c9794c7ed54e93181515986d | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sat Apr 29 15:20:28 2017 +1200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 01 09:04:56 2017 -0400 |
tree | 99ba9365ad6ec97acc42cd34e6c378672af2b804 | |
parent | 55f3ea733168b454c8241b2a9a730a1ae9666331 [diff] [blame] |
cmd: add Kconfig option for 'date' command Signed-off-by: Chris Packham <judge.packham@gmail.com> [trini: default y if DM_RTC, re-sync] Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/pcm030_defconfig b/configs/pcm030_defconfig index 8c70e02..ef5c858 100644 --- a/configs/pcm030_defconfig +++ b/configs/pcm030_defconfig
@@ -8,6 +8,7 @@ # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y +CONFIG_CMD_DATE=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y CONFIG_USB=y