summaryrefslogtreecommitdiffstats
path: root/board/palmtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/palmtc/Kconfig')
-rw-r--r--board/palmtc/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/palmtc/Kconfig b/board/palmtc/Kconfig
new file mode 100644
index 0000000000..86fb63b5d1
--- /dev/null
+++ b/board/palmtc/Kconfig
@@ -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
OpenPOWER on IntegriCloud