diff options
Diffstat (limited to 'board/compal/paz00/Kconfig')
-rw-r--r-- | board/compal/paz00/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/board/compal/paz00/Kconfig b/board/compal/paz00/Kconfig new file mode 100644 index 0000000..4f0f09f --- /dev/null +++ b/board/compal/paz00/Kconfig @@ -0,0 +1,24 @@ +if TARGET_PAZ00 + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "paz00" + +config SYS_VENDOR + string + default "compal" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "paz00" + +endif |