diff options
Diffstat (limited to 'board/freescale/mpc8349itx/Kconfig')
-rw-r--r-- | board/freescale/mpc8349itx/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/freescale/mpc8349itx/Kconfig b/board/freescale/mpc8349itx/Kconfig new file mode 100644 index 0000000..af3fedd --- /dev/null +++ b/board/freescale/mpc8349itx/Kconfig @@ -0,0 +1,15 @@ +if TARGET_MPC8349ITX + +config SYS_BOARD + string + default "mpc8349itx" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8349ITX" + +endif |