aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/Kconfig
blob: 5b17727202a61b5583fd8695b63df74e08679a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Kconfig settings for PRU

if MACH_PRU

config PRU_SELECT
    bool
    default y
    select HAVE_GPIO_ADC

config BOARD_DIRECTORY
    string
    default "pru"

config CLOCK_FREQ
    int
    default 200000000

endif