diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-28 05:08:26 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-28 05:09:08 -0500 |
commit | d942d3957cdea9de45557cdf6436593815f06c3a (patch) | |
tree | b42a9cc9cf3005da3654ee27645ef0b9d70dcc2b /arch/arm/mach-ux500/Kconfig | |
parent | dfc9832ca3f7a10d573e29e46d6ba03a54fbe580 (diff) |
ARM: ux500: delete pointless DT config option
Supporting device tree on the Ux500 is not optional anymore,
so delete the config option and compile this in at all times.
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 0034d2cd6973..b2019dc50e40 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -73,11 +73,6 @@ config UX500_AUTO_PLATFORM | |||
73 | a working kernel. If everything else is disabled, this | 73 | a working kernel. If everything else is disabled, this |
74 | automatically enables MACH_MOP500. | 74 | automatically enables MACH_MOP500. |
75 | 75 | ||
76 | config MACH_UX500_DT | ||
77 | bool "Generic U8500 support using device tree" | ||
78 | depends on MACH_MOP500 | ||
79 | select USE_OF | ||
80 | |||
81 | endmenu | 76 | endmenu |
82 | 77 | ||
83 | config UX500_DEBUG_UART | 78 | config UX500_DEBUG_UART |