diff options
Diffstat (limited to 'board/gumstix')
-rw-r--r-- | board/gumstix/duovero/Kconfig | 23 | ||||
-rw-r--r-- | board/gumstix/duovero/MAINTAINERS | 6 | ||||
-rw-r--r-- | board/gumstix/pepper/Kconfig | 23 | ||||
-rw-r--r-- | board/gumstix/pepper/MAINTAINERS | 6 |
4 files changed, 58 insertions, 0 deletions
diff --git a/board/gumstix/duovero/Kconfig b/board/gumstix/duovero/Kconfig new file mode 100644 index 0000000000..d1b5c660b8 --- /dev/null +++ b/board/gumstix/duovero/Kconfig @@ -0,0 +1,23 @@ +if TARGET_DUOVERO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "duovero" + +config SYS_VENDOR + string + default "gumstix" + +config SYS_SOC + string + default "omap4" + +config SYS_CONFIG_NAME + string + default "duovero" + +endif diff --git a/board/gumstix/duovero/MAINTAINERS b/board/gumstix/duovero/MAINTAINERS new file mode 100644 index 0000000000..87cd4e670c --- /dev/null +++ b/board/gumstix/duovero/MAINTAINERS @@ -0,0 +1,6 @@ +DUOVERO BOARD +M: Ash Charles <ash@gumstix.com> +S: Maintained +F: board/gumstix/duovero/ +F: include/configs/duovero.h +F: configs/duovero_defconfig diff --git a/board/gumstix/pepper/Kconfig b/board/gumstix/pepper/Kconfig new file mode 100644 index 0000000000..290b428b68 --- /dev/null +++ b/board/gumstix/pepper/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PEPPER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pepper" + +config SYS_VENDOR + string + default "gumstix" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pepper" + +endif diff --git a/board/gumstix/pepper/MAINTAINERS b/board/gumstix/pepper/MAINTAINERS new file mode 100644 index 0000000000..ae860ecf1a --- /dev/null +++ b/board/gumstix/pepper/MAINTAINERS @@ -0,0 +1,6 @@ +PEPPER BOARD +M: Ash Charles <ash@gumstix.com> +S: Maintained +F: board/gumstix/pepper/ +F: include/configs/pepper.h +F: configs/pepper_defconfig |