]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/intel/galileo/Kconfig
x86: Add basic Intel Galileo board support
[people/ms/u-boot.git] / board / intel / galileo / Kconfig
diff --git a/board/intel/galileo/Kconfig b/board/intel/galileo/Kconfig
new file mode 100644 (file)
index 0000000..85afbbc
--- /dev/null
@@ -0,0 +1,21 @@
+if TARGET_GALILEO
+
+config SYS_BOARD
+       default "galileo"
+
+config SYS_VENDOR
+       default "intel"
+
+config SYS_SOC
+       default "quark"
+
+config SYS_CONFIG_NAME
+       default "galileo"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+       def_bool y
+       select X86_RESET_VECTOR
+       select INTEL_QUARK
+       select BOARD_ROMSIZE_KB_1024
+
+endif