diff options
author | Chen-Yu Tsai <[email protected]> | 2015-02-09 18:23:20 +0800 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2015-02-23 10:44:54 +0100 |
commit | fdc0074c5fc8c7adb8186cbb123fe2082d9bd05f (patch) | |
tree | 12e70da9f568c63db3456952d1a30c8087d2dc59 /tools/perf/scripts/python | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
ARM: sunxi: Have ARCH_SUNXI select RESET_CONTROLLER for clock driver usage
As the sunxi usb clocks all contain a reset controller, it is not
possible to build the sunxi clock driver without RESET_CONTROLLER
enabled. Doing so results in an undefined symbol error:
drivers/built-in.o: In function `sunxi_gates_clk_setup':
linux/drivers/clk/sunxi/clk-sunxi.c:1071: undefined reference to
`reset_controller_register'
This is possible if building a minimal kernel without PHY_SUN4I_USB.
The dependency issue is made visible at compile time instead of
link time by the new A80 mmc clocks, which also use a reset control
itself.
This patch makes ARCH_SUNXI select ARCH_HAS_RESET_CONTROLLER and
RESET_CONTROLLER.
Fixes: 559482d1f950 ARM: sunxi: Split the various SoCs support in Kconfig
Cc: <[email protected]> # 3.16+
Reported-by: Lourens Rozema <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions