]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/buffalo/lsxl/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / buffalo / lsxl / Kconfig
diff --git a/board/buffalo/lsxl/Kconfig b/board/buffalo/lsxl/Kconfig
new file mode 100644 (file)
index 0000000..99f7b7c
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_LSXL
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "lsxl"
+
+config SYS_VENDOR
+       string
+       default "buffalo"
+
+config SYS_SOC
+       string
+       default "kirkwood"
+
+config SYS_CONFIG_NAME
+       string
+       default "lsxl"
+
+endif