diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-12-02 10:09:56 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-12-02 10:37:51 +0100 |
commit | 30a4b103d2588d27cdd6642e1ab7699f7d374479 (patch) | |
tree | 226f14bcc4996f9e0bc25989271e0cea08828610 /recipes/linux/linux-2.6.24/hipox/defconfig | |
parent | 5d76cdd2b8a9251b0405bb4fd28673df9d887535 (diff) |
linux-2.6.24: use rtc-drbcc at hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/linux/linux-2.6.24/hipox/defconfig')
-rw-r--r-- | recipes/linux/linux-2.6.24/hipox/defconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig index f2ef01afad..94a50dcd78 100644 --- a/recipes/linux/linux-2.6.24/hipox/defconfig +++ b/recipes/linux/linux-2.6.24/hipox/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24.4 -# Fri Nov 27 16:35:59 2009 +# Tue Dec 1 12:22:00 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -203,7 +203,7 @@ CONFIG_ARCH_HIPOX_NUM_GMAC_DESCRIPTORS=192 CONFIG_ARCH_HIPOX_MAX_SATA_SG_ENTRIES=256 CONFIG_TACHO_THERM_AND_FAN=m # CONFIG_GPIO_TEST is not set -CONFIG_HIPOX_RTC=y +# CONFIG_HIPOX_RTC is not set # CONFIG_I2S is not set # CONFIG_DPE_TEST is not set # CONFIG_HIPOX_INSTRUMENT_COPIES is not set @@ -1085,7 +1085,7 @@ CONFIG_RTC_INTF_DEV=y # # I2C RTC drivers # -CONFIG_RTC_DRV_DS1307=y +# CONFIG_RTC_DRV_DS1307 is not set # CONFIG_RTC_DRV_DS1374 is not set # CONFIG_RTC_DRV_DS1672 is not set # CONFIG_RTC_DRV_MAX6900 is not set @@ -1104,6 +1104,9 @@ CONFIG_RTC_DRV_DS1307=y # Platform RTC drivers # # CONFIG_RTC_DRV_CMOS is not set +CONFIG_RTC_DRV_DRBCC=y +CONFIG_RTC_DRV_DRBCC_DEVPATH="/dev/ttyS0" +CONFIG_RTC_DRV_DRBCC_BAUD=921600 # CONFIG_RTC_DRV_DS1553 is not set # CONFIG_RTC_DRV_STK17TA8 is not set # CONFIG_RTC_DRV_DS1742 is not set |