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 /target | |
parent | b054bd7d365f21a612f7ccf9dcc36a92f4170d30 (diff) |
add config options for targets with RTC
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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. |