9 lines
295 B
Text
9 lines
295 B
Text
|
|
# Copyright (c) 2024 Realtek Semiconductor Corp.
|
||
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
|
||
|
|
config PINCTRL_AMEBA
|
||
|
|
bool "Pin controller driver for Realtek Ameba series SoC"
|
||
|
|
default y
|
||
|
|
depends on DT_HAS_REALTEK_AMEBA_PINCTRL_ENABLED
|
||
|
|
help
|
||
|
|
Enable pin controller driver for Realtek Ameba series SoC
|