diff options
Diffstat (limited to 'arch/frv/Kconfig')
-rw-r--r-- | arch/frv/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig index 3516a3aee820..61261b78ced7 100644 --- a/arch/frv/Kconfig +++ b/arch/frv/Kconfig | |||
@@ -274,6 +274,11 @@ config GPREL_DATA_NONE | |||
274 | 274 | ||
275 | endchoice | 275 | endchoice |
276 | 276 | ||
277 | config FRV_ONCPU_SERIAL | ||
278 | bool "Use on-CPU serial ports" | ||
279 | select SERIAL_8250 | ||
280 | default y | ||
281 | |||
277 | config PCI | 282 | config PCI |
278 | bool "Use PCI" | 283 | bool "Use PCI" |
279 | depends on MB93090_MB00 | 284 | depends on MB93090_MB00 |