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