diff options
Diffstat (limited to 'board/isee/igep00x0/Kconfig')
-rw-r--r-- | board/isee/igep00x0/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/isee/igep00x0/Kconfig b/board/isee/igep00x0/Kconfig new file mode 100644 index 0000000000..c9f2969cb8 --- /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 |