diff options
Diffstat (limited to 'roms/u-boot/board/keymile/kmcent2/Kconfig')
-rw-r--r-- | roms/u-boot/board/keymile/kmcent2/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/board/keymile/kmcent2/Kconfig b/roms/u-boot/board/keymile/kmcent2/Kconfig new file mode 100644 index 000000000..848d230fb --- /dev/null +++ b/roms/u-boot/board/keymile/kmcent2/Kconfig @@ -0,0 +1,17 @@ +if TARGET_KMCENT2 + +config SYS_BOARD + default "kmcent2" + +config SYS_VENDOR + default "keymile" + +config SYS_CONFIG_NAME + default "kmcent2" + +config BOARD_SPECIFIC_OPTIONS + def_bool y + select ARCH_T1040 + select PHYS_64BIT + +endif |