diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:15:56 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-03 09:10:24 +0100 |
commit | 33105406764f7f13c5e7279826f77342c82c41b5 (patch) | |
tree | ffd0cd9220520f66b3d22f005b13ad8820cc8c43 /drivers/clocksource/Kconfig | |
parent | e1922b5da0e6869f1850c4447bed0b9cb1cf5034 (diff) | |
download | linux-stable-33105406764f7f13c5e7279826f77342c82c41b5.tar.gz linux-stable-33105406764f7f13c5e7279826f77342c82c41b5.tar.bz2 linux-stable-33105406764f7f13c5e7279826f77342c82c41b5.zip |
clocksource/drivers/u300: Remove the u300 driver
The ST-Ericsson U300 platform is getting removed, so this driver is no
longer needed.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210120131559.1971359-2-arnd@kernel.org
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 6bf89e242c36..b26bb9ea3e60 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -216,13 +216,6 @@ config PRIMA2_TIMER help Enables support for the Prima2 timer. -config U300_TIMER - bool "U300 timer driver" if COMPILE_TEST - depends on ARM - select CLKSRC_MMIO - help - Enables support for the U300 timer. - config NSPIRE_TIMER bool "NSpire timer driver" if COMPILE_TEST select CLKSRC_MMIO |