aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32/Kconfig
blob: 20c36edc402c7b2194c8d2b8e96db201e0a5d31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config LM32
    bool
    select PTIMER

config MILKYMIST
    bool
    # FIXME: disabling it results in compile-time errors
    select MILKYMIST_TMU2 if OPENGL && X11
    select PTIMER
    select PFLASH_CFI01
    select FRAMEBUFFER
    select SD
    select USB_OHCI

config LM32_EVR
    bool
    select LM32
    select PFLASH_CFI02