aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/huawei/hg556a/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/huawei/hg556a/Kconfig')
-rw-r--r--roms/u-boot/board/huawei/hg556a/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/huawei/hg556a/Kconfig b/roms/u-boot/board/huawei/hg556a/Kconfig
new file mode 100644
index 000000000..88622d0e6
--- /dev/null
+++ b/roms/u-boot/board/huawei/hg556a/Kconfig
@@ -0,0 +1,12 @@
+if BOARD_HUAWEI_HG556A
+
+config SYS_BOARD
+ default "hg556a"
+
+config SYS_VENDOR
+ default "huawei"
+
+config SYS_CONFIG_NAME
+ default "huawei_hg556a"
+
+endif