From fc63696f1d7b857e815012608ce5fa5be0851da6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Mar 2010 18:47:04 +0100 Subject: add config options for targets with RTC --- target/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target') 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. -- cgit v1.2.3