mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
54aa07fdfc
This uses the newly-added dm_gpio_get_values_as_int_base3 function to implement a sysinfo device. The revision map is stored in the device tree. Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Simon Glass <sjg@chromium.org>
9 lines
312 B
Makefile
9 lines
312 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2017
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
obj-y += sysinfo-uclass.o
|
|
obj-$(CONFIG_SYSINFO_GAZERBEAM) += gazerbeam.o
|
|
obj-$(CONFIG_SYSINFO_GPIO) += gpio.o
|
|
obj-$(CONFIG_SYSINFO_SANDBOX) += sandbox.o
|
|
obj-$(CONFIG_SYSINFO_SMBIOS) += smbios.o
|