diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 01:36:56 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-19 01:37:53 +0900 |
commit | 564d06b1266ee62c9b47eab8305755e5ff6e38d5 (patch) | |
tree | 1b2c2eb445fe1ae3af50eedeb19d4e0558535e6e /arch/arm/mach-exynos/Kconfig | |
parent | 87107d89052bcec1fe91b309631de4ed294a5171 (diff) | |
download | op-kernel-dev-564d06b1266ee62c9b47eab8305755e5ff6e38d5.zip op-kernel-dev-564d06b1266ee62c9b47eab8305755e5ff6e38d5.tar.gz |
ARM: EXYNOS: Remove remaining dead code after non-DT support removal
This patch removes remaining small bits of unused code that was left
after removing non-DT support.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/Kconfig')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 1f35679..46c8332 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -115,23 +115,6 @@ config MACH_EXYNOS5_DT Machine support for Samsung EXYNOS5 machine with device tree enabled. Select this if a fdt blob is available for the EXYNOS5 SoC based board. -if ARCH_EXYNOS4 - -comment "Configuration for HSMMC 8-bit bus width" - -config EXYNOS4_SDHCI_CH0_8BIT - bool "Channel 0 with 8-bit bus" - help - Support HSMMC Channel 0 8-bit bus. - If selected, Channel 1 is disabled. - -config EXYNOS4_SDHCI_CH2_8BIT - bool "Channel 2 with 8-bit bus" - help - Support HSMMC Channel 2 8-bit bus. - If selected, Channel 3 is disabled. -endif - endmenu endif |