clk: sunxi: Add Kconfig options
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 19 Mar 2019 14:37:59 +0000 (15:37 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 21 Mar 2019 09:01:54 +0000 (10:01 +0100)
commit49c726d55c1ba3812eb293a71db09888669be2f5
tree15d121bf6271bc55721213b55d831f6fe70bbe02
parent6630aad719bc0a46dcc4a6732ab783c4c9b80f88
clk: sunxi: Add Kconfig options

We used to have a clock framework that isn't really used these days, except
for a few clocks and/or SoCs. Most of the time, the new framework and
drivers (sunxi-ng) will provide everything needed for the customer devices
to operate properly.

Since we're not needing it that much, it might make sense to disable those
drivers, for example when we want to reduce the kernel size. Let's add
options in Kconfig that can be disabled if needed, but are still on by
default to keep the same features in the standard case.

Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
drivers/clk/Kconfig
drivers/clk/sunxi/Kconfig [new file with mode: 0644]
drivers/clk/sunxi/Makefile