]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: pic32: allow driver to be compiled with COMPILE_TEST
authorBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 23:33:31 +0000 (18:33 -0500)
committerLinus Walleij <linusw@kernel.org>
Tue, 24 Feb 2026 09:25:19 +0000 (10:25 +0100)
commit575f0bcd2d64e12bbe8f1f28d4f287a8872f2012
tree7f44b56b1af7c0f1d58bfc528cf401bd715a4c91
parent8932547b4b28d2d1ec95f7d0bb5f9011a24dcfc7
pinctrl: pic32: allow driver to be compiled with COMPILE_TEST

This driver currently only supports builds against a PIC32 target. Now
that commit b8694faa1a0f ("pinctrl: pic32: update include to use pic32.h
from platform_data") is merged, it's possible to compile this driver on
other architectures.

To avoid future breakage of this driver in the future, let's update the
Kconfig so that it can be built with COMPILE_TEST enabled on all
architectures.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/Kconfig