commit | 6fca3fc51632685635cb7143065ae74d44673871 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Tue Apr 26 18:17:35 2016 -0400 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri May 20 12:33:51 2016 +0200 |
tree | d9cb87ff15bee0e467549d08749b504567ee2d93 | |
parent | b4b77f3c280e38cec178f81d7a4d7e65f4045913 [diff] |
rtc: Use IS_ENABLED() instead of checking for built-in or module The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either built-in or as a module, use that macro instead of open coding the same. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>