summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/nomadik/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-20 17:04:07 +0900
committerTom Rini <trini@ti.com>2015-02-21 08:23:51 -0500
commitef917ddb1d9240b075f3c03ddf6e246c89b86fa6 (patch)
tree52d222ac95f2042c025caa41bc710bc2ff137c33 /arch/arm/cpu/arm926ejs/nomadik/Kconfig
parent56f86e39e80c5cbb17bec42cf6931cd203176830 (diff)
downloadblackbird-obmc-uboot-ef917ddb1d9240b075f3c03ddf6e246c89b86fa6.tar.gz
blackbird-obmc-uboot-ef917ddb1d9240b075f3c03ddf6e246c89b86fa6.zip
ARM: nomadik: move SoC sources to mach-nomadik
Move arch/arm/cpu/arm926ejs/nomadik/* -> arch/arm/mach-nomadik/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com> Cc: Alessandro Rubini <rubini@unipv.it>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/nomadik/Kconfig')
-rw-r--r--arch/arm/cpu/arm926ejs/nomadik/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/cpu/arm926ejs/nomadik/Kconfig b/arch/arm/cpu/arm926ejs/nomadik/Kconfig
deleted file mode 100644
index 265f336469..0000000000
--- a/arch/arm/cpu/arm926ejs/nomadik/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-if ARCH_NOMADIK
-
-choice
- prompt "Nomadik board select"
-
-config NOMADIK_NHK8815
- bool "ST 8815 Nomadik Hardware Kit"
-
-endchoice
-
-config SYS_SOC
- default "nomadik"
-
-source "board/st/nhk8815/Kconfig"
-
-endif
OpenPOWER on IntegriCloud