From 88d17afb2447cdfd4235c04a28bdd232cce43f83 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 12 Mar 2019 15:00:30 +0000 Subject: Enable SPI_SPIDEV on x86 As requested on the Fedora kernel mailing list --- configs/fedora/generic/x86/CONFIG_SPI_SPIDEV | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/fedora/generic/x86/CONFIG_SPI_SPIDEV (limited to 'configs') diff --git a/configs/fedora/generic/x86/CONFIG_SPI_SPIDEV b/configs/fedora/generic/x86/CONFIG_SPI_SPIDEV new file mode 100644 index 000000000..a7c3a239f --- /dev/null +++ b/configs/fedora/generic/x86/CONFIG_SPI_SPIDEV @@ -0,0 +1 @@ +CONFIG_SPI_SPIDEV=m -- cgit