diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-06-01 20:21:46 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-10 17:47:48 +0400 |
commit | 31af49db7b2d700fdaf26ab55ca96428bc2e8b06 (patch) | |
tree | ccd77c9f062178dc90d70072c320b6e3990106a5 /arch/arm/mach-mvebu/Kconfig | |
parent | bf54439c34689f53409a066452e58a0533880473 (diff) | |
download | linux-31af49db7b2d700fdaf26ab55ca96428bc2e8b06.tar.xz |
arm: mach-mvebu: add source files
[ben.dooks@codethink.co.uk: fixup style error in system-controller]
[ben.dooks@codethink.co.uk: check result of of_match_node()]
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Yehuda Yitschak <yehuday@marvell.com>
Tested-by: Lior Amsalem <alior@marvell.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig new file mode 100644 index 000000000000..72d39e5c0ff4 --- /dev/null +++ b/arch/arm/mach-mvebu/Kconfig @@ -0,0 +1,7 @@ +if ARCH_MVEBU + +menu "Marvell SOC with device tree" + +endmenu + +endif |