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

if MACH_PRU

config PRU_SELECT
    bool
    default y
    select HAVE_GPIO
    #select HAVE_GPIO_ADC

config BOARD_DIRECTORY
    string
    default "pru"

config CLOCK_FREQ
    int
    default 200000000

endif