From da8808df7a9cef5a3d2ee286ef9ebf9de1780660 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 26 Mar 2008 13:02:13 +0100 Subject: Add CFG_RTC_DS1337_NOOSC to turn off OSC output The default settings for RTC DS1337 keeps the OSC output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to turn it off. Signed-off-by: Joakim Tjernlund --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index a9663a3a6..b3423e318 100644 --- a/README +++ b/README @@ -689,6 +689,7 @@ The following options need to be configured: CONFIG_RTC_DS164x - use Dallas DS164x RTC CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC + CFG_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337 Note that if the RTC uses I2C, then the I2C interface must also be configured. See I2C Support, below. -- cgit v1.2.3