| # SPDX-License-Identifier: GPL-2.0 | |
| menuconfig WPCM450_SOC | |
| tristate "Nuvoton WPCM450 SoC driver" | |
| default y if ARCH_WPCM450 | |
| select SOC_BUS | |
| help | |
| Say Y here to compile the SoC information driver for Nuvoton | |
| WPCM450 SoCs. | |
| This driver provides information such as the SoC model and | |
| revision. |