diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 09:33:58 -0400 |
| commit | d91a9d7fb3910dcbb913bfe183c5268f0e5f928b (patch) | |
| tree | 8fbf7e5efa1db940bb23b901e1840d649e38e612 /arch | |
| parent | 51f29370366a40fc54eec579c7567bc1356da6e4 (diff) | |
Convert CONFIG_CMD_GETTIME to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_GETTIME
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 77e1a3ec7eb..06823758e24 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -87,6 +87,7 @@ config X86 select USB_EHCI_HCD select DM_MMC if MMC imply CMD_FPGA_LOADMK + imply CMD_GETTIME config XTENSA bool "Xtensa architecture" |
