Skip to content

Commit

Permalink
clocksource/drivers/u300: Remove the u300 driver
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Arnd Bergmann authored and Daniel Lezcano committed Feb 3, 2021
1 parent e1922b5 commit 3310540
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 483 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion drivers/clocksource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ obj-$(CONFIG_ATLAS7_TIMER) += timer-atlas7.o
obj-$(CONFIG_MXS_TIMER) += mxs_timer.o
obj-$(CONFIG_CLKSRC_PXA) += timer-pxa.o
obj-$(CONFIG_PRIMA2_TIMER) += timer-prima2.o
obj-$(CONFIG_U300_TIMER) += timer-u300.o
obj-$(CONFIG_SUN4I_TIMER) += timer-sun4i.o
obj-$(CONFIG_SUN5I_HSTIMER) += timer-sun5i.o
obj-$(CONFIG_MESON6_TIMER) += timer-meson6.o
Expand Down
Loading

0 comments on commit 3310540

Please sign in to comment.