config VIDEO_PCI_DEFAULT_FB_SIZE
hex "Default framebuffer size to use if no drivers request it"
- default 0x1000000 if X86 && PCI
- default 0 if !(X86 && PCI)
+ default 0x1000000 if X86
+ default 0 if !X86
help
Generally, video drivers request the amount of memory they need for
the frame buffer when they are bound, by setting the size field in
config SPL_VIDEO_PCI_DEFAULT_FB_SIZE
hex "Default framebuffer size to use if no drivers request it at SPL"
- default 0x1000000 if X86 && PCI
- default 0 if !(X86 && PCI)
+ default 0x1000000 if X86
+ default 0 if !X86
help
Generally, video drivers request the amount of memory they need for
the frame buffer when they are bound, by setting the size field in