diff options
Diffstat (limited to 'board/st-ericsson/snowball')
-rw-r--r-- | board/st-ericsson/snowball/Kconfig | 23 | ||||
-rw-r--r-- | board/st-ericsson/snowball/MAINTAINERS | 6 |
2 files changed, 29 insertions, 0 deletions
diff --git a/board/st-ericsson/snowball/Kconfig b/board/st-ericsson/snowball/Kconfig new file mode 100644 index 0000000000..b5ead0fcfa --- /dev/null +++ b/board/st-ericsson/snowball/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SNOWBALL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "snowball" + +config SYS_VENDOR + string + default "st-ericsson" + +config SYS_SOC + string + default "u8500" + +config SYS_CONFIG_NAME + string + default "snowball" + +endif diff --git a/board/st-ericsson/snowball/MAINTAINERS b/board/st-ericsson/snowball/MAINTAINERS new file mode 100644 index 0000000000..132fc524ba --- /dev/null +++ b/board/st-ericsson/snowball/MAINTAINERS @@ -0,0 +1,6 @@ +SNOWBALL BOARD +M: Mathieu Poirier <mathieu.poirier@linaro.org> +S: Maintained +F: board/st-ericsson/snowball/ +F: include/configs/snowball.h +F: configs/snowball_defconfig |