gpio: raspberrypi-exp: explain Kconfig dependency
authorBaruch Siach <baruch@tkos.co.il>
Fri, 2 Mar 2018 09:47:01 +0000 (11:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 2 Mar 2018 12:00:30 +0000 (13:00 +0100)
Commit 7ed915059c3001 (gpio: raspberrypi-ext: fix firmware dependency)
fixed the Kconfig dependency to ensure that gpio-raspberrypi-exp is not
built-in when the firmware is a module. But the Kconfig syntax for doing
so is cryptic. Add a comment to make it a little easier.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index f298a18b1f695ed4830d291f681f27ad9dc6ffb4..6b1ee11295d59adbb7fa56936b9db3509a42f32d 100644 (file)
@@ -126,6 +126,8 @@ config GPIO_RASPBERRYPI_EXP
        tristate "Raspberry Pi 3 GPIO Expander"
        default RASPBERRYPI_FIRMWARE
        depends on OF_GPIO
+       # Make sure not 'y' when RASPBERRYPI_FIRMWARE is 'm'. This can only
+       # happen when COMPILE_TEST=y, hence the added !RASPBERRYPI_FIRMWARE.
        depends on (ARCH_BCM2835 && RASPBERRYPI_FIRMWARE) || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
        help
          Turn on GPIO support for the expander on Raspberry Pi 3 boards, using