]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/rtc/ds164x.c
rtc: Clean drivers/rtc/Makefile
[karo-tx-uboot.git] / drivers / rtc / ds164x.c
index 5943f8711df003e788d0733f90c18c22b20cf487..c621a9eb83b02fd71951643832f7f59c2d5c0752 100644 (file)
@@ -37,7 +37,7 @@
 #include <rtc.h>
 
 
-#if defined(CONFIG_RTC_DS164x) && defined(CONFIG_CMD_DATE)
+#if defined(CONFIG_CMD_DATE)
 
 static uchar    rtc_read(unsigned int addr );
 static void     rtc_write(unsigned int addr, uchar val);