Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jean Delvare and committed by
Alexandre Belloni
fdf8afa1 3090ac0a

+1
+1
drivers/rtc/Kconfig
··· 1533 1533 config RTC_DRV_XGENE 1534 1534 tristate "APM X-Gene RTC" 1535 1535 depends on HAS_IOMEM 1536 + depends on ARCH_XGENE || COMPILE_TEST 1536 1537 help 1537 1538 If you say yes here you get support for the APM X-Gene SoC real time 1538 1539 clock.