diff options
Diffstat (limited to 'roms/u-boot/board/AndesTech/adp-ae3xx/Kconfig')
-rw-r--r-- | roms/u-boot/board/AndesTech/adp-ae3xx/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/board/AndesTech/adp-ae3xx/Kconfig b/roms/u-boot/board/AndesTech/adp-ae3xx/Kconfig new file mode 100644 index 000000000..8ec69d611 --- /dev/null +++ b/roms/u-boot/board/AndesTech/adp-ae3xx/Kconfig @@ -0,0 +1,18 @@ +if TARGET_ADP_AE3XX + +config SYS_CPU + default "n1213" + +config SYS_BOARD + default "adp-ae3xx" + +config SYS_VENDOR + default "AndesTech" + +config SYS_SOC + default "ae3xx" + +config SYS_CONFIG_NAME + default "adp-ae3xx" + +endif |