mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00

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
|