diff options
Diffstat (limited to 'board/BuR/kwb')
-rw-r--r-- | board/BuR/kwb/Kconfig | 23 | ||||
-rw-r--r-- | board/BuR/kwb/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/BuR/kwb/Kconfig b/board/BuR/kwb/Kconfig new file mode 100644 index 0000000000..5676c4fe5b --- /dev/null +++ b/board/BuR/kwb/Kconfig @@ -0,0 +1,23 @@ +if TARGET_KWB + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "kwb" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "kwb" + +endif diff --git a/board/BuR/kwb/MAINTAINERS b/board/BuR/kwb/MAINTAINERS new file mode 100644 index 0000000000..c28fb49fe4 --- /dev/null +++ b/board/BuR/kwb/MAINTAINERS @@ -0,0 +1,6 @@ +KWB BOARD +M: Hannes Petermaier <hannes.petermaier@br-automation.com> +S: Maintained +F: board/BuR/kwb/ +F: include/configs/kwb.h +F: configs/kwb_defconfig |