summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-08-07 13:13:45 +0200
commit9cce00617bf67a462eabd8c473c423f78414a8e8 (patch)
tree950cab0665633f390ad04b9b2b5147f10a4be896 /commands/Kconfig
parentba465b6c4dc4b0729e98f1581a13ad7e01032461 (diff)
parent642f8fbed8b4c55d56a0934b803146009539905e (diff)
downloadbarebox-9cce00617bf67a462eabd8c473c423f78414a8e8.tar.gz
barebox-9cce00617bf67a462eabd8c473c423f78414a8e8.tar.xz
Merge branch 'for-next/rtc'
Conflicts: arch/mips/dts/jz4755.dtsi commands/Makefile
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 71cd1ee99e..8ee0805407 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -1700,6 +1700,14 @@ config CMD_GPIO
Usage: gpio_set_value GPIO VALUE
+config CMD_HWCLOCK
+ bool
+ depends on RTC_CLASS
+ prompt "hwclock command"
+ default y
+ help
+ The hwclock command allows to query or set the hardware clock (RTC).
+
config CMD_I2C
bool
depends on I2C