diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-26 16:03:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-26 16:03:56 +0000 |
commit | 504cde622910fd476941c47dec5e2e488998b116 (patch) | |
tree | f08ffa7c871e335ddf50556d46bbab2ecd8bda92 /target/linux/sibyte/config-default | |
parent | fe98e8c7cd23c3a6ebae8e0dc9550e294509e73f (diff) | |
download | upstream-504cde622910fd476941c47dec5e2e488998b116.tar.gz upstream-504cde622910fd476941c47dec5e2e488998b116.tar.bz2 upstream-504cde622910fd476941c47dec5e2e488998b116.zip |
fixup sibyte rtc support
SVN-Revision: 16094
Diffstat (limited to 'target/linux/sibyte/config-default')
-rw-r--r-- | target/linux/sibyte/config-default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default index 2066504bf8..36aa3d1391 100644 --- a/target/linux/sibyte/config-default +++ b/target/linux/sibyte/config-default @@ -89,7 +89,11 @@ CONFIG_HW_RANDOM=m # CONFIG_HZ_100 is not set CONFIG_HZ=250 CONFIG_HZ_250=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_HELPER_AUTO=y # CONFIG_I2C is not set +CONFIG_I2C_SIBYTE=y +CONFIG_I2C=y # CONFIG_IDE is not set # CONFIG_IEEE80211 is not set CONFIG_INITRAMFS_ROOT_GID=0 @@ -163,6 +167,10 @@ CONFIG_RESOURCES_64BIT=y # CONFIG_RFKILL is not set # CONFIG_RIO is not set # CONFIG_RISCOM8 is not set +CONFIG_RTC_CLASS=y +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_M41T80_WDT is not set +CONFIG_RTC_DRV_M41T80=y CONFIG_SB1250_MAC=y # CONFIG_SB1_CERR_STALL is not set # CONFIG_SB1_CEX_ALWAYS_FATAL is not set |