diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-19 12:53:13 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 11:34:05 -0400 |
commit | e3978dc7dfcb9e7b022bda775929943b43bdefd8 (patch) | |
tree | c37d37291c0b7df7c3207d2e042d2f1253af2afd /arch/arm/mach-spear13xx/Kconfig | |
parent | b31e23726bb9d6cd8848fc539b23330769830110 (diff) |
SPEAr13xx: Add source files
This patch adds source files for SPEAr13xx Machines.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Diffstat (limited to 'arch/arm/mach-spear13xx/Kconfig')
-rw-r--r-- | arch/arm/mach-spear13xx/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/Kconfig b/arch/arm/mach-spear13xx/Kconfig new file mode 100644 index 000000000000..138e8918f3e0 --- /dev/null +++ b/arch/arm/mach-spear13xx/Kconfig | |||
@@ -0,0 +1,18 @@ | |||
1 | # | ||
2 | # SPEAr13XX Machine configuration file | ||
3 | # | ||
4 | |||
5 | if ARCH_SPEAR13XX | ||
6 | |||
7 | menu "SPEAr13xx Implementations" | ||
8 | config MACH_SPEAR1310 | ||
9 | bool "SPEAr1310 Machine support with Device Tree" | ||
10 | help | ||
11 | Supports ST SPEAr1310 machine configured via the device-tree | ||
12 | |||
13 | config MACH_SPEAR1340 | ||
14 | bool "SPEAr1340 Machine support with Device Tree" | ||
15 | help | ||
16 | Supports ST SPEAr1340 machine configured via the device-tree | ||
17 | endmenu | ||
18 | endif #ARCH_SPEAR13XX | ||