diff options
Diffstat (limited to 'board/BuS/eb_cpux9k2/Kconfig')
-rw-r--r-- | board/BuS/eb_cpux9k2/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/BuS/eb_cpux9k2/Kconfig b/board/BuS/eb_cpux9k2/Kconfig new file mode 100644 index 0000000000..3a36cf3344 --- /dev/null +++ b/board/BuS/eb_cpux9k2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_EB_CPUX9K2 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "eb_cpux9k2" + +config SYS_VENDOR + string + default "BuS" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "eb_cpux9k2" + +endif |