samples: rtc: Remove driver selection
This patches removes 'CONFIG_RTC_DW=y' so we rely on the platform's default option for the RTC driver. This way the RTC sample application can be built for different platforms without changing the configuration file. Change-Id: I88fc7cc2f072406c9d774a9b4682439df94f3bbc Signed-off-by: Andre Guedes <andre.guedes@intel.com>
This commit is contained in:
parent
6b23dc40d1
commit
f5a360e1fb
|
@ -1,4 +1,3 @@
|
|||
CONFIG_PRINTK=y
|
||||
CONFIG_RTC=y
|
||||
CONFIG_RTC_DW=y
|
||||
CONFIG_NANO_TIMERS=n
|
||||
|
|
Loading…
Reference in a new issue