mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
8dd082a7e6
To enable support for the Armada 37xx pinctrl driver, we need to change the Kconfig symbol for the Armada 7k/8k pinctrl driver and its dependencies to distinguish between both platforms and drivers. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Konstantin Porotchkin <kostap@marvell.com> Cc: Nadav Haklai <nadavh@marvell.com>
8 lines
226 B
Makefile
8 lines
226 B
Makefile
#
|
|
# Copyright (C) 2016 Marvell International Ltd.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# https://spdx.org/licenses
|
|
|
|
obj-$(CONFIG_PINCTRL_ARMADA_37XX) += pinctrl-armada-37xx.o
|
|
obj-$(CONFIG_PINCTRL_ARMADA_8K) += pinctrl-mvebu.o
|