diff options
Diffstat (limited to 'board/afeb9260/Kconfig')
-rw-r--r-- | board/afeb9260/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/board/afeb9260/Kconfig b/board/afeb9260/Kconfig new file mode 100644 index 00000000000..008d9434259 --- /dev/null +++ b/board/afeb9260/Kconfig @@ -0,0 +1,19 @@ +if TARGET_AFEB9260 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "afeb9260" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "afeb9260" + +endif |