summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-26 11:12:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-26 11:13:06 +0200
commit53d891c1b1caf40af059769b4014669bc4bbc592 (patch)
tree7904ce46b96086beba366974d977a92d20358693 /target
parente3aabc6305ad0a77507fa33ca5006198264cad31 (diff)
use only pcf driver
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.rtc4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.rtc b/target/linux/config/Config.in.rtc
index aeca4bb00..6263806ff 100644
--- a/target/linux/config/Config.in.rtc
+++ b/target/linux/config/Config.in.rtc
@@ -14,16 +14,12 @@ config ADK_KERNEL_RTC_INTF_DEV_UIE_EMUL
boolean
config ADK_KERNEL_RTC_DRV_PCF8523
- boolean
-
-config ADK_KERNEL_RTC_DRV_SNVS
prompt "RTC support for Solidrun Cubox-i"
boolean
select ADK_KERNEL_RTC_CLASS
select ADK_KERNEL_RTC_HCTOSYS
select ADK_KERNEL_RTC_INTF_DEV
select ADK_KERNEL_RTC_INTF_DEV_UIE_EMUL
- select ADK_KERNEL_RTC_DRV_PCF8523
default y if ADK_TARGET_SYSTEM_CUBOX_I
default n
depends on ADK_TARGET_SYSTEM_CUBOX_I