diff options
Diffstat (limited to 'board/raidsonic/ib62x0')
-rw-r--r-- | board/raidsonic/ib62x0/Kconfig | 23 | ||||
-rw-r--r-- | board/raidsonic/ib62x0/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/raidsonic/ib62x0/Kconfig b/board/raidsonic/ib62x0/Kconfig new file mode 100644 index 0000000..1e667c4 --- /dev/null +++ b/board/raidsonic/ib62x0/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IB62X0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "ib62x0" + +config SYS_VENDOR + string + default "raidsonic" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "ib62x0" + +endif diff --git a/board/raidsonic/ib62x0/MAINTAINERS b/board/raidsonic/ib62x0/MAINTAINERS new file mode 100644 index 0000000..423aa0c --- /dev/null +++ b/board/raidsonic/ib62x0/MAINTAINERS @@ -0,0 +1,6 @@ +IB62X0 BOARD +M: Luka Perkov <luka@openwrt.org> +S: Maintained +F: board/raidsonic/ib62x0/ +F: include/configs/ib62x0.h +F: configs/ib62x0_defconfig |