OSDN Git Service

mfd: vexpress-sysreg: Drop selecting CONFIG_CLKSRC_MMIO
authorRob Herring <robh@kernel.org>
Wed, 29 Apr 2020 20:58:17 +0000 (15:58 -0500)
committerRob Herring <robh@kernel.org>
Wed, 13 May 2020 17:42:45 +0000 (12:42 -0500)
commita229635f3bc981ea9e19810ae09b171952fa676b
tree5c3eb0d3e0df33062112804503672f127e7f9808
parent75b272bd093bd0df5d3052b39a8f0dae45e86af5
mfd: vexpress-sysreg: Drop selecting CONFIG_CLKSRC_MMIO

Nothing in the VExpress sysregs nor the MFD child drivers use
CONFIG_CLKSRC_MMIO. There's the 24MHz counter, but that's handled by
drivers/clocksource/timer-versatile.c which doesn't use
CONFIG_CLKSRC_MMIO either. So let's just drop CONFIG_CLKSRC_MMIO.

As the !ARCH_USES_GETTIMEOFFSET dependency was added for
CONFIG_CLKSRC_MMIO, that can be dropped, too.

Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/mfd/Kconfig