diff options
author | Simon Baatz <gmbnomis@gmail.com> | 2013-05-13 23:19:01 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-05-15 00:33:18 +0000 |
commit | 193da78bec1b510ab0a743348a7e9a2c24766268 (patch) | |
tree | d055842ac8b7c9b369b807d9ff8bc174103c25bf /arch/arm/mach-kirkwood/Kconfig | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) | |
download | op-kernel-dev-193da78bec1b510ab0a743348a7e9a2c24766268.zip op-kernel-dev-193da78bec1b510ab0a743348a7e9a2c24766268.tar.gz |
ARM: Kirkwood: add DT support for Sheevaplug and Sheevaplug eSATA
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 7509a89..58518a2 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -296,6 +296,13 @@ config MACH_READYNAS_DT Say 'Y' here if you want your kernel to support the NETGEAR ReadyNAS Duo v2 using Fattened Device Tree. +config MACH_SHEEVAPLUG_DT + bool "Marvell (eSATA) SheevaPlug (Flattened Device Tree)" + select ARCH_KIRKWOOD_DT + help + Say 'Y' here if you want your kernel to support the + Marvell (eSATA) SheevaPlug (Flattened Device Tree). + config MACH_TOPKICK_DT bool "USI Topkick (Flattened Device Tree)" select ARCH_KIRKWOOD_DT |