diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 17:59:10 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 16:56:29 +0300 |
commit | fca94ec61363b0d9839e45ebab14d6e257c4f34b (patch) | |
tree | 790bc8f4c901fc29208bdb6e04fa07a760e6b8e9 /drivers/rtc/Kconfig | |
parent | 889ce12b1650b3c388634451872638a08faf6d6b (diff) | |
download | linux-fca94ec61363b0d9839e45ebab14d6e257c4f34b.tar.xz |
rtc: remove tile driver
The tile architecture is getting removed, so this driver is
no longer needed.
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 46af10ac45fc..9664852afc49 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1656,13 +1656,6 @@ config RTC_DRV_TEGRA This drive can also be built as a module. If so, the module will be called rtc-tegra. -config RTC_DRV_TILE - tristate "Tilera hypervisor RTC support" - depends on TILE - help - Enable support for the Linux driver side of the Tilera - hypervisor's real-time clock interface. - config RTC_DRV_PUV3 tristate "PKUnity v3 RTC support" depends on ARCH_PUV3 |