aboutsummaryrefslogtreecommitdiff
path: root/hw/lm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/lm32/Kconfig')
-rw-r--r--hw/lm32/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
index ed2e3060b0..20c36edc40 100644
--- a/hw/lm32/Kconfig
+++ b/hw/lm32/Kconfig
@@ -1,7 +1,6 @@
config LM32
bool
select PTIMER
- select PFLASH_CFI02
config MILKYMIST
bool
@@ -12,3 +11,8 @@ config MILKYMIST
select FRAMEBUFFER
select SD
select USB_OHCI
+
+config LM32_EVR
+ bool
+ select LM32
+ select PFLASH_CFI02