diff options
Diffstat (limited to 'board/pandora')
-rw-r--r-- | board/pandora/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/pandora/Kconfig b/board/pandora/Kconfig new file mode 100644 index 0000000..a36c0c8 --- /dev/null +++ b/board/pandora/Kconfig @@ -0,0 +1,19 @@ +if TARGET_OMAP3_PANDORA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pandora" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_pandora" + +endif |