2016-09-08 17:54:21 +08:00
|
|
|
# Kconfig.beetle - ARM V2M Beetle PINMUX configuration options
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Linaro Limited
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-09-08 17:54:21 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
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.
|