diff options
Diffstat (limited to 'board/freescale/mx23evk/Kconfig')
-rw-r--r-- | board/freescale/mx23evk/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/freescale/mx23evk/Kconfig b/board/freescale/mx23evk/Kconfig new file mode 100644 index 00000000000..ee7911ca351 --- /dev/null +++ b/board/freescale/mx23evk/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MX23EVK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx23evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx23evk" + +endif |