Rename CONFIG_LINUX_GPIOD --> CONFIG_LINUX_GPIO_SPI

Rename the config variable so it matches the programmer driver's name.

Change-Id: I5cb44203dc9bb3db6de0c79e97435a376c059723
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73588
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/programmer_table.c b/programmer_table.c
index 80509e5..d8be1d5 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -112,7 +112,7 @@
     &programmer_satamv,
 #endif
 
-#if CONFIG_LINUX_GPIOD == 1
+#if CONFIG_LINUX_GPIO_SPI == 1
     &programmer_linux_gpio_spi,
 #endif