diff options
Diffstat (limited to 'src/linux/Kconfig')
-rw-r--r-- | src/linux/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/linux/Kconfig b/src/linux/Kconfig new file mode 100644 index 00000000..b80ca3a7 --- /dev/null +++ b/src/linux/Kconfig @@ -0,0 +1,14 @@ +# Kconfig settings for compiling and running the micro-controller code +# in a Linux process + +if MACH_LINUX + +config BOARD_DIRECTORY + string + default "linux" + +config CLOCK_FREQ + int + default 20000000 + +endif |