diff options
Diffstat (limited to 'board/cogent/Kconfig')
-rw-r--r-- | board/cogent/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/board/cogent/Kconfig b/board/cogent/Kconfig new file mode 100644 index 00000000000..113034dc6b0 --- /dev/null +++ b/board/cogent/Kconfig @@ -0,0 +1,23 @@ +if TARGET_COGENT_MPC8260 + +config SYS_BOARD + string + default "cogent" + +config SYS_CONFIG_NAME + string + default "cogent_mpc8260" + +endif + +if TARGET_COGENT_MPC8XX + +config SYS_BOARD + string + default "cogent" + +config SYS_CONFIG_NAME + string + default "cogent_mpc8xx" + +endif |