blob: b80ca3a73e8dba118a9a1b90712e59020e8c1dbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|