14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
# 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 SOC_SERIES_BEETLE
|
|
help
|
|
Enable driver for ARM V2M Beetle Pin multiplexer.
|