summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-20 17:04:08 +0900
committerTom Rini <trini@ti.com>2015-02-21 08:23:51 -0500
commit72a8ff4b04771071023ff1024e268c2fbdf159e7 (patch)
treede6b94a073d2defadd23d70b70f2685fa7d1cb0f /arch/arm/mach-highbank/Kconfig
parentef917ddb1d9240b075f3c03ddf6e246c89b86fa6 (diff)
downloadblackbird-obmc-uboot-72a8ff4b04771071023ff1024e268c2fbdf159e7.tar.gz
blackbird-obmc-uboot-72a8ff4b04771071023ff1024e268c2fbdf159e7.zip
ARM: highbank: move SoC sources to mach-highbank
Move arch/arm/cpu/armv7/highbank/* -> arch/arm/mach-highbank/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/mach-highbank/Kconfig')
-rw-r--r--arch/arm/mach-highbank/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
new file mode 100644
index 0000000000..0e73c04142
--- /dev/null
+++ b/arch/arm/mach-highbank/Kconfig
@@ -0,0 +1,12 @@
+if ARCH_HIGHBANK
+
+config SYS_BOARD
+ default "highbank"
+
+config SYS_SOC
+ default "highbank"
+
+config SYS_CONFIG_NAME
+ default "highbank"
+
+endif
OpenPOWER on IntegriCloud