diff options
author | Claudiu Beznea <[email protected]> | 2022-03-04 15:35:56 +0200 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2022-03-07 18:27:22 +0100 |
commit | 34f03f7f3e9f79412b5bf8db9f2778c9ed2fd733 (patch) | |
tree | ce071bfe9759bd6647caa5015c66592cfb89cb92 | |
parent | cea9ffe0094d468b17814056fcebe7b3840af5f0 (diff) |
clocksource/drivers/timer-microchip-pit64b: Remove mmio selection
PIT64B timer driver doesn't depend on CLKSRC_MMIO since
commit e85c1d21b16b ("clocksource/drivers/timer-microchip-pit64b:
Add clocksource suspend/resume"). Remove the selection.
Signed-off-by: Claudiu Beznea <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Daniel Lezcano <[email protected]>
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cfb8ea0df3b1..1ea556e75494 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -713,7 +713,6 @@ config INGENIC_OST config MICROCHIP_PIT64B bool "Microchip PIT64B support" depends on OF || COMPILE_TEST - select CLKSRC_MMIO select TIMER_OF help This option enables Microchip PIT64B timer for Atmel |