aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/Kconfig
blob: 156d2e673c7498f9ffbf682d3552f95e85d1cfaf (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