diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-11 23:34:48 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2016-07-12 00:35:16 +0300 |
commit | 5dc3916386c58fc97741abb1a013258a2b2b7346 (patch) | |
tree | 217de2ebb9266a110bd8f6e1bfd74c0ac7d5dcaa /drivers/clk | |
parent | 0bd8fa260821f34a64163c01a74f293745527cef (diff) | |
download | linux-5dc3916386c58fc97741abb1a013258a2b2b7346.tar.xz |
clk: sunxi-ng: h3: Fix Kconfig symbol typo
The Kconfig symbol for the sun8i SoC family was mistyped. Fix that.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/20160711203448.18062-2-maxime.ripard@free-electrons.com
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index 41e53e8d4d41..2afcbd39e41e 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -60,6 +60,6 @@ config SUN8I_H3_CCU select SUNXI_CCU_NM select SUNXI_CCU_MP select SUNXI_CCU_PHASE - default ARCH_SUN8I + default MACH_SUN8I endif |