]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/palmtc/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / palmtc / Kconfig
diff --git a/board/palmtc/Kconfig b/board/palmtc/Kconfig
new file mode 100644 (file)
index 0000000..86fb63b
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_PALMTC
+
+config SYS_CPU
+       string
+       default "pxa"
+
+config SYS_BOARD
+       string
+       default "palmtc"
+
+config SYS_CONFIG_NAME
+       string
+       default "palmtc"
+
+endif