# Kconfig.beetle - ARM V2M Beetle PINMUX configuration options | |
# | |
# | |
# Copyright (c) 2016 Linaro Limited | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
menuconfig PINMUX_BEETLE | |
bool "ARM V2M Beetle Pin multiplexer driver" | |
depends on PINMUX && SOC_SERIES_BEETLE | |
default n | |
help | |
Enable driver for ARM V2M Beetle Pin multiplexer. |