summaryrefslogtreecommitdiff
path: root/src/cpu/ti/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ti/Kconfig')
-rw-r--r--src/cpu/ti/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cpu/ti/Kconfig b/src/cpu/ti/Kconfig
new file mode 100644
index 0000000000..c82c290728
--- /dev/null
+++ b/src/cpu/ti/Kconfig
@@ -0,0 +1,11 @@
+config CPU_TI_AM335X
+ depends on ARCH_ARMV7
+ select HAVE_MONOTONIC_TIMER
+ select HAVE_UART_SPECIAL
+ select DEFAULT_EARLY_CONSOLE
+ bool
+ default n
+
+if CPU_TI_AM335X
+source src/cpu/ti/am335x/Kconfig
+endif