Kconfig.debug (52d99627003278bcd1a40ea45136a8148d351531) | Kconfig.debug (bf4981a00636347ddcef3fc008e4dd979380a851) |
---|---|
1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config PPC_DISABLE_WERROR 6 bool "Don't build arch/powerpc code with -Werror" 7 default n 8 help --- 179 unchanged lines hidden (view full) --- 188 189config PPC_EARLY_DEBUG_PAS_REALMODE 190 bool "PA Semi real mode" 191 depends on PPC_PASEMI 192 help 193 Select this to enable early debugging for PA Semi. 194 Output will be on UART0. 195 | 1menu "Kernel hacking" 2 3source "lib/Kconfig.debug" 4 5config PPC_DISABLE_WERROR 6 bool "Don't build arch/powerpc code with -Werror" 7 default n 8 help --- 179 unchanged lines hidden (view full) --- 188 189config PPC_EARLY_DEBUG_PAS_REALMODE 190 bool "PA Semi real mode" 191 depends on PPC_PASEMI 192 help 193 Select this to enable early debugging for PA Semi. 194 Output will be on UART0. 195 |
196config PPC_EARLY_DEBUG_BEAT 197 bool "Beat HV Console" 198 depends on PPC_CELLEB 199 select PPC_UDBG_BEAT 200 help 201 Select this to enable early debugging for Celleb with Beat. 202 | |
203config PPC_EARLY_DEBUG_44x 204 bool "Early serial debugging for IBM/AMCC 44x CPUs" 205 depends on 44x 206 help 207 Select this to enable early debugging for IBM 44x chips via the 208 inbuilt serial port. If you enable this, ensure you set 209 PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board. 210 --- 148 unchanged lines hidden --- | 196config PPC_EARLY_DEBUG_44x 197 bool "Early serial debugging for IBM/AMCC 44x CPUs" 198 depends on 44x 199 help 200 Select this to enable early debugging for IBM 44x chips via the 201 inbuilt serial port. If you enable this, ensure you set 202 PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board. 203 --- 148 unchanged lines hidden --- |