pru: Initial support for the Beaglebone PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
13
src/pru/Kconfig
Normal file
13
src/pru/Kconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
# Kconfig settings for PRU
|
||||
|
||||
if MACH_PRU
|
||||
|
||||
config BOARD_DIRECTORY
|
||||
string
|
||||
default "pru"
|
||||
|
||||
config CLOCK_FREQ
|
||||
int
|
||||
default 200000000
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user