]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-nomadik/Kconfig
ARM: nomadik: move SoC sources to mach-nomadik
[karo-tx-uboot.git] / arch / arm / mach-nomadik / Kconfig
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
new file mode 100644 (file)
index 0000000..265f336
--- /dev/null
@@ -0,0 +1,16 @@
+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