From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Thu, 20 Mar 2014 13:01:26 +0900 Subject: [PATCH 50/62] ARM: s5pv210: enable IDE support in MACH_TORBRECK In-Reply-To: <1395257399-359545-51-git-send-email-arnd@arndb.de> References: <1395257399-359545-1-git-send-email-arnd@arndb.de> <1395257399-359545-51-git-send-email-arnd@arndb.de> Message-ID: <020901cf43f1$10b991d0$322cb570$@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arnd Bergmann wrote: > > Building MACH_TORBRECK by itself results in a build error > because we try to reference the s3c_device_cfcon definition > that is hidden inside CONFIG_SAMSUNG_DEV_IDE. This changes > the Kconfig logic to ensure that option is enabled when we > need it. > > Signed-off-by: Arnd Bergmann > Cc: Tomasz Figa > Cc: Kukjin Kim Acked-by: Kukjin Kim Thanks, Kukjin > Cc: Ben Dooks > --- > arch/arm/mach-s5pv210/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig > index caaedaf..8c3abe5 100644 > --- a/arch/arm/mach-s5pv210/Kconfig > +++ b/arch/arm/mach-s5pv210/Kconfig > @@ -189,6 +189,7 @@ config MACH_TORBRECK > select S5PV210_SETUP_I2C1 > select S5PV210_SETUP_I2C2 > select S5PV210_SETUP_SDHCI > + select SAMSUNG_DEV_IDE > help > Machine support for aESOP Torbreck > > -- > 1.8.3.2