From ebf3130ddad7f7d66b4446e70a58a7c3d637bfeb Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 11 Jan 2014 15:03:04 +0200 Subject: [PATCH] RPi: linux: build DS1307 as module ref: #2871 #issuecomment-32095345 --- projects/RPi/linux/linux.arm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index 0a952452eb..89d8888feb 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -2285,7 +2285,7 @@ CONFIG_RTC_INTF_DEV=y # # I2C RTC drivers # -CONFIG_RTC_DRV_DS1307=y +CONFIG_RTC_DRV_DS1307=m # CONFIG_RTC_DRV_DS1374 is not set # CONFIG_RTC_DRV_DS1672 is not set # CONFIG_RTC_DRV_DS3232 is not set