--- zzzz-none-000/linux-5.15.111/drivers/mtd/spi-nor/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/mtd/spi-nor/Kconfig 2024-02-07 10:23:07.000000000 +0000 @@ -70,4 +70,21 @@ source "drivers/mtd/spi-nor/controllers/Kconfig" +config SPI_INTEL_SPI + tristate + +config SPI_INTEL_SPI_PLATFORM + tristate "Intel PCH/PCU SPI flash platform driver" + depends on X86_PUMA7 + depends on X86 + select SPI_INTEL_SPI + help + This enables platform support for the Intel PCH/PCU SPI + controller in master mode. This controller is present in modern + Intel hardware and is used to hold BIOS and other persistent + settings. + + To compile this driver as a module, choose M here: the module + will be called intel-spi-platform. + endif # MTD_SPI_NOR