X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Frtc%2FKconfig;h=97cf7d84dfac0e29536df7240fa705c3fff40a46;hb=107610775b9b1fd96a1dc6375219f590c0d06bb4;hp=54365092ec4ae805415e7f257e7c59fcc1a15d2b;hpb=ef391515831a63d703ece180cf8d8475ea8a53f0;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 5436509..97cf7d8 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -68,4 +68,12 @@ config RTC_S35392A help Enable s35392a driver which provides rtc get and set function. +config RTC_MC146818 + bool "Enable MC146818 driver" + help + This is a widely used real-time clock chip originally by Motorola + and now available from NXP. It includes a battery-backed real-time + clock with a wide array of features and 50 bytes of general-purpose, + battery-backed RAM. The driver supports access to the clock and RAM. + endmenu