]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icpdas/lp8x4x/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / icpdas / lp8x4x / Kconfig
diff --git a/board/icpdas/lp8x4x/Kconfig b/board/icpdas/lp8x4x/Kconfig
new file mode 100644 (file)
index 0000000..6d58984
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_LP8X4X
+
+config SYS_CPU
+       string
+       default "pxa"
+
+config SYS_BOARD
+       string
+       default "lp8x4x"
+
+config SYS_VENDOR
+       string
+       default "icpdas"
+
+config SYS_CONFIG_NAME
+       string
+       default "lp8x4x"
+
+endif