diff options
Diffstat (limited to 'arch/mips/sibyte/Kconfig')
-rw-r--r-- | arch/mips/sibyte/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index ec7a2cffacf0..67dac6204b6d 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig | |||
@@ -116,6 +116,7 @@ config SB1_CERR_STALL | |||
116 | config SIBYTE_CFE | 116 | config SIBYTE_CFE |
117 | bool "Booting from CFE" | 117 | bool "Booting from CFE" |
118 | depends on SIBYTE_SB1xxx_SOC | 118 | depends on SIBYTE_SB1xxx_SOC |
119 | select SYS_HAS_EARLY_PRINTK | ||
119 | help | 120 | help |
120 | Make use of the CFE API for enumerating available memory, | 121 | Make use of the CFE API for enumerating available memory, |
121 | controlling secondary CPUs, and possibly console output. | 122 | controlling secondary CPUs, and possibly console output. |
@@ -131,6 +132,7 @@ config SIBYTE_CFE_CONSOLE | |||
131 | config SIBYTE_STANDALONE | 132 | config SIBYTE_STANDALONE |
132 | bool | 133 | bool |
133 | depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE | 134 | depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE |
135 | select SYS_HAS_EARLY_PRINTK | ||
134 | default y | 136 | default y |
135 | 137 | ||
136 | config SIBYTE_STANDALONE_RAM_SIZE | 138 | config SIBYTE_STANDALONE_RAM_SIZE |