The `Kconfig.defconfig` is not good place for put `select PINCTRL`. Drop `select PINCTL` from `Kconfig.defconfig` and add it at each driver's Kconfig. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
10 lines
198 B
Text
10 lines
198 B
Text
# Raspberry Pi (RP) MCU line
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_FAMILY_RPI_PICO
|
|
|
|
rsource "*/Kconfig.defconfig"
|
|
|
|
endif # SOC_FAMILY_RPI_PICO
|