Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754827AbdHYIIb (ORCPT ); Fri, 25 Aug 2017 04:08:31 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:37692 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754543AbdHYII2 (ORCPT ); Fri, 25 Aug 2017 04:08:28 -0400 From: Bin Meng To: Mika Westerberg , Cyrille Pitchen , Boris Brezillon , Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse , linux-mtd , linux-kernel Cc: Stefan Roese Subject: [PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH Date: Fri, 25 Aug 2017 01:12:51 -0700 Message-Id: <1503648771-17514-1-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 23 The Intel SPI-NOR driver is dependent on LPC_ICH to get the platform data. Select it in the Kconfig. Signed-off-by: Bin Meng --- drivers/mtd/spi-nor/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index bfdfb1e..e998800 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -93,6 +93,7 @@ config SPI_INTEL_SPI_PLATFORM tristate "Intel PCH/PCU SPI flash platform driver" if EXPERT depends on X86 select SPI_INTEL_SPI + select LPC_ICH help This enables platform support for the Intel PCH/PCU SPI controller in master mode. This controller is present in modern -- 2.9.2