summaryrefslogtreecommitdiff |
diff options
author | Jeff Mahoney <jeffm@suse.com> | 2012-06-14 13:07:01 -0400 |
---|---|---|
committer | Jeff Mahoney <jeffm@suse.com> | 2012-06-14 13:07:01 -0400 |
commit | a3aa67c1ba3ce009634b5d7616c108991441b4b2 (patch) | |
tree | fa716947e99c08cd9ee278c2f5f6b790d07fc9bf | |
parent | 8677f43b2bc1915d826c7a476a7b3200dfc89907 (diff) |
CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).rpm-3.4.2-1--openSUSE-12.2-Beta2rpm-3.4.2-1
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
ominious error messages to the console.
-rw-r--r-- | config/i386/debug | 2 | ||||
-rw-r--r-- | config/i386/default | 2 | ||||
-rw-r--r-- | config/i386/vanilla | 2 | ||||
-rw-r--r-- | config/x86_64/debug | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/config/i386/debug b/config/i386/debug index 51db43946d..0c6118db3a 100644 --- a/config/i386/debug +++ b/config/i386/debug @@ -5147,7 +5147,7 @@ CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m diff --git a/config/i386/default b/config/i386/default index 3261ee4873..00dd5a2206 100644 --- a/config/i386/default +++ b/config/i386/default @@ -5154,7 +5154,7 @@ CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m diff --git a/config/i386/vanilla b/config/i386/vanilla index ee89840fba..e63e44c824 100644 --- a/config/i386/vanilla +++ b/config/i386/vanilla @@ -5133,7 +5133,7 @@ CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m diff --git a/config/x86_64/debug b/config/x86_64/debug index c8d557f832..7c0d51710b 100644 --- a/config/x86_64/debug +++ b/config/x86_64/debug @@ -4901,7 +4901,7 @@ CONFIG_RTC_DRV_PCF2123=m # # Platform RTC drivers # -CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m CONFIG_RTC_DRV_DS1511=m CONFIG_RTC_DRV_DS1553=m |