mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Adding MAX77851 GPIO driver provided by Maxim. - fix k6.3 (kstable and gh100) kernel-only build - fix k6.1 and jammy-src kernel-only build with CONFIG_REGMAP_IRQ and CONFIG_I2C conditional including -werror failures. Bug 200749982 Change-Id: Ib46a075a2ca7c43301788dc0f54216f02c925c16 Signed-off-by: Shubhi Garg <shgarg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2595331 Signed-off-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2947782 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
8 lines
289 B
Makefile
8 lines
289 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# SPDX-FileCopyrightText: Copyright 2022 Maxim Integrated
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# gpio support: vendor provided GPL-2.0 licensed MFD gpio driver
|
|
|
|
obj-m += gpio-max77851.o
|
|
|