diff options
author | Loc Ho <lho@apm.com> | 2014-06-06 17:35:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:06 -0400 |
commit | f12d869538def2dacf86b8042d8b1b77407ec535 (patch) | |
tree | 062be3835caef764c5d6e66dd91290a62df819fa /drivers/rtc/Kconfig | |
parent | c3811711a6fd3965bfd8c782fa5c014aecaeeffc (diff) |
drivers/rtc: add APM X-Gene SoC RTC driver
Add support for the APM X-Gene SoC RTC driver.
Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
Signed-off-by: Loc Ho <lho@apm.com>
Cc: Jon Masters <jcm@redhat.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 2e565f8e5165..ac4fa56280cd 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -1327,6 +1327,15 @@ config RTC_DRV_MOXART | |||
1327 | This driver can also be built as a module. If so, the module | 1327 | This driver can also be built as a module. If so, the module |
1328 | will be called rtc-moxart | 1328 | will be called rtc-moxart |
1329 | 1329 | ||
1330 | config RTC_DRV_XGENE | ||
1331 | tristate "APM X-Gene RTC" | ||
1332 | help | ||
1333 | If you say yes here you get support for the APM X-Gene SoC real time | ||
1334 | clock. | ||
1335 | |||
1336 | This driver can also be built as a module, if so, the module | ||
1337 | will be called "rtc-xgene". | ||
1338 | |||
1330 | comment "HID Sensor RTC drivers" | 1339 | comment "HID Sensor RTC drivers" |
1331 | 1340 | ||
1332 | config RTC_DRV_HID_SENSOR_TIME | 1341 | config RTC_DRV_HID_SENSOR_TIME |