Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'gpio-v4.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio

Pull GPIO fix from Linus Walleij:
"Compile problem fix for Tegra,

Sorry to send this in the last minute but Ingo says this build failure
is very prominent so I'm not going to wait for v4.7 before sending it.

It is a case of COMPILE_TEST causing more problems than it solves and
I'm already swearing about me shooting myself in the foot with that
gun :("

* tag 'gpio-v4.7-6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
gpio: tegra: don't auto-enable for COMPILE_TEST

+5 -2
+5 -2
drivers/gpio/Kconfig
··· 402 402 select OF_GPIO 403 403 404 404 config GPIO_TEGRA 405 - bool 406 - default y 405 + bool "NVIDIA Tegra GPIO support" 406 + default ARCH_TEGRA 407 407 depends on ARCH_TEGRA || COMPILE_TEST 408 + depends on OF 409 + help 410 + Say yes here to support GPIO pins on NVIDIA Tegra SoCs. 408 411 409 412 config GPIO_TS4800 410 413 tristate "TS-4800 DIO blocks and compatibles"