diff options
Diffstat (limited to 'board/armltd/versatile/Kconfig')
-rw-r--r-- | board/armltd/versatile/Kconfig | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/board/armltd/versatile/Kconfig b/board/armltd/versatile/Kconfig new file mode 100644 index 0000000..f96d0b2 --- /dev/null +++ b/board/armltd/versatile/Kconfig @@ -0,0 +1,71 @@ +if TARGET_VERSATILEAB + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +endif + +if TARGET_VERSATILEPB + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +endif + +if TARGET_VERSATILEQEMU + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +endif |