diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-13 16:39:20 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 18:26:19 +0100 |
commit | 943fa72629d9f5e8d3df5fc39351fe3360ff03cb (patch) | |
tree | 9e5cfbc9949e1c374e95c749f5ce199308bce505 /arch/arm/mach-s5pv210 | |
parent | 4f579c0391320285ac48551efd9715a0e8366379 (diff) | |
download | op-kernel-dev-943fa72629d9f5e8d3df5fc39351fe3360ff03cb.zip op-kernel-dev-943fa72629d9f5e8d3df5fc39351fe3360ff03cb.tar.gz |
ARM: s5pv210: enable IDE support in MACH_TORBRECK
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 <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |