add amebadplus pin controller driver Signed-off-by: zjian zhang <zjian_zhang@realsil.com.cn>
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# 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
|