diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:47:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 18:47:04 +0100 |
commit | fc63696f1d7b857e815012608ce5fa5be0851da6 (patch) | |
tree | 924433bdce5b7f307cd88eab09620699e64a490e | |
parent | b054bd7d365f21a612f7ccf9dcc36a92f4170d30 (diff) |
add config options for targets with RTC
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 1 | ||||
-rw-r--r-- | target/Config.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index 01020bde9..5951e8dec 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -283,6 +283,7 @@ config BUSYBOX_HD config BUSYBOX_HWCLOCK bool "hwclock" + default y if ADK_TARGET_WITH_RTC default n help The hwclock utility is used to read and set the hardware clock diff --git a/target/Config.in b/target/Config.in index c16235f3e..f8e483311 100644 --- a/target/Config.in +++ b/target/Config.in @@ -29,6 +29,9 @@ config ADK_TARGET_WITH_PP config ADK_TARGET_WITH_CARDBUS bool +config ADK_TARGET_WITH_RTC + bool + config ADK_TARGET_WITH_WATCHDOG bool @@ -273,6 +276,7 @@ config ADK_LINUX_MIPS64_LEMOTE select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_INPUT select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_RTC select ADK_PACKAGE_KMOD_USB_CONTROLLER help Lemote Subnotebook. |