diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 10:57:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 11:13:06 +0200 |
commit | edb3a8fd2aa3581067d870c460c97e1c7786de5e (patch) | |
tree | 1f0938d094acb6609d08a42289849b008e31dd86 /target | |
parent | 91a9102ab64997a7c84ea44e51547b5f76cf04ed (diff) |
fix rtc
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.rtc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.rtc b/target/linux/config/Config.in.rtc index a1cb54fa3..aeca4bb00 100644 --- a/target/linux/config/Config.in.rtc +++ b/target/linux/config/Config.in.rtc @@ -13,7 +13,7 @@ config ADK_KERNEL_RTC_INTF_DEV config ADK_KERNEL_RTC_INTF_DEV_UIE_EMUL boolean -config ADK_KERNEL_RTC_DRV_PCF8563 +config ADK_KERNEL_RTC_DRV_PCF8523 boolean config ADK_KERNEL_RTC_DRV_SNVS @@ -23,7 +23,7 @@ config ADK_KERNEL_RTC_DRV_SNVS select ADK_KERNEL_RTC_HCTOSYS select ADK_KERNEL_RTC_INTF_DEV select ADK_KERNEL_RTC_INTF_DEV_UIE_EMUL - select ADK_KERNEL_RTC_DRV_PCF8563 + select ADK_KERNEL_RTC_DRV_PCF8523 default y if ADK_TARGET_SYSTEM_CUBOX_I default n depends on ADK_TARGET_SYSTEM_CUBOX_I |