• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2# common clock support for ROCKCHIP SoC family.
3
4if VENDOR_RK3566_DRIVER_CLK
5
6config CLK_RK1808
7	tristate "Rockchip RK1808 clock controller support"
8	depends on ARM64 || COMPILE_TEST
9	default y
10	help
11	  Build the driver for RK1808 Clock Driver.
12
13endif
14