diff options
Diffstat (limited to 'board/isee')
-rw-r--r-- | board/isee/igep0033/Kconfig | 23 | ||||
-rw-r--r-- | board/isee/igep00x0/Kconfig | 23 |
2 files changed, 46 insertions, 0 deletions
diff --git a/board/isee/igep0033/Kconfig b/board/isee/igep0033/Kconfig new file mode 100644 index 0000000..cdb67ed --- /dev/null +++ b/board/isee/igep0033/Kconfig @@ -0,0 +1,23 @@ +if TARGET_AM335X_IGEP0033 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep0033" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_igep0033" + +endif diff --git a/board/isee/igep00x0/Kconfig b/board/isee/igep00x0/Kconfig new file mode 100644 index 0000000..c9f2969 --- /dev/null +++ b/board/isee/igep00x0/Kconfig @@ -0,0 +1,23 @@ +if TARGET_OMAP3_IGEP00X0 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +endif |