mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
b3f8e88f3c
Add pinctrl support for broadcom bcm6838 SoC. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
8 lines
222 B
Makefile
8 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2018 Alexander Graf <agraf@suse.de>
|
|
#
|
|
# https://spdx.org/licenses
|
|
|
|
obj-$(CONFIG_PINCTRL_BCM283X) += pinctrl-bcm283x.o
|
|
obj-$(CONFIG_PINCTRL_BCM6838) += pinctrl-bcm6838.o
|