diff options
author | Jean Delvare <jdelvare@suse.de> | 2015-05-06 09:24:42 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-25 01:13:34 +0200 |
commit | fdf8afa188595e2f6c39f6a05ea147f48621a996 (patch) | |
tree | d95253a1e0aa4a23259f12d0a1252103fdfc40ff /drivers/rtc | |
parent | 3090ac0abcfe65a649c49d903265e09daa1a91ea (diff) | |
download | linux-stable-fdf8afa188595e2f6c39f6a05ea147f48621a996.tar.gz linux-stable-fdf8afa188595e2f6c39f6a05ea147f48621a996.tar.bz2 linux-stable-fdf8afa188595e2f6c39f6a05ea147f48621a996.zip |
rtc: xgene: Set hardware dependency
The rtc-xgene driver is only useful on X-Gene SoC.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Iyappan Subramanian <isubramanian@apm.com>
Cc: Keyur Chudgar <kchudgar@apm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 0fe4ad8826b2..b957b4f67f0f 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1533,6 +1533,7 @@ config RTC_DRV_MOXART config RTC_DRV_XGENE tristate "APM X-Gene RTC" depends on HAS_IOMEM + depends on ARCH_XGENE || COMPILE_TEST help If you say yes here you get support for the APM X-Gene SoC real time clock. |