diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2009-02-06 21:56:04 +0000 |
---|---|---|
committer | Alexander Clouter <alex@digriz.org.uk> | 2009-02-06 21:56:04 +0000 |
commit | 88800b2f2ffd3e436266e4dff9586d48b5b54500 (patch) | |
tree | 51f527da66405ca97ec849f907c6046bbc9f5955 /arch/arm/configs | |
parent | b95a13d79c0e92c9c844fa8aa089c9bd2ed10705 (diff) |
[ARM] orion5x: add rtc-m48t86 to orion5x_defconfig
The TS-7800 can have a M48T86 RTC onboard
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/orion5x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index b2456ca544c..45dcd086fee 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig @@ -1177,7 +1177,7 @@ CONFIG_RTC_DRV_S35390A=y # CONFIG_RTC_DRV_DS1553 is not set # CONFIG_RTC_DRV_DS1742 is not set # CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set +CONFIG_RTC_DRV_M48T86=y # CONFIG_RTC_DRV_M48T59 is not set # CONFIG_RTC_DRV_V3020 is not set |