drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
[drm/drm-misc.git] / drivers / clk / nuvoton / Kconfig
blobfe4b7f62f467048b7c86890972d55faebd066947
1 # SPDX-License-Identifier: GPL-2.0
2 # common clock support for Nuvoton SoC family.
4 config COMMON_CLK_NUVOTON
5         bool "Nuvoton clock controller common support"
6         depends on ARCH_MA35 || COMPILE_TEST
7         default y
8         help
9           Say y here to enable common clock controller for Nuvoton platforms.
11 if COMMON_CLK_NUVOTON
13 config CLK_MA35D1
14         bool "Nuvoton MA35D1 clock controller support"
15         default y
16         help
17           Build the clock controller driver for MA35D1 SoC.
19 endif