diff options
Diffstat (limited to 'board/buffalo')
-rw-r--r-- | board/buffalo/lsxl/Kconfig | 23 | ||||
-rw-r--r-- | board/buffalo/lsxl/MAINTAINERS | 7 |
2 files changed, 30 insertions, 0 deletions
diff --git a/board/buffalo/lsxl/Kconfig b/board/buffalo/lsxl/Kconfig new file mode 100644 index 0000000..99f7b7c --- /dev/null +++ b/board/buffalo/lsxl/Kconfig @@ -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 diff --git a/board/buffalo/lsxl/MAINTAINERS b/board/buffalo/lsxl/MAINTAINERS new file mode 100644 index 0000000..facc2dd --- /dev/null +++ b/board/buffalo/lsxl/MAINTAINERS @@ -0,0 +1,7 @@ +LSXL BOARD +M: Michael Walle <michael@walle.cc> +S: Maintained +F: board/buffalo/lsxl/ +F: include/configs/lsxl.h +F: configs/lschlv2_defconfig +F: configs/lsxhl_defconfig |