mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
qoriq: add missing kernel config symbol
Dropping the source-only flag from qoriq and adding it to the buildbots exposed a missing kernel config symbol: CONFIG_DRM_OFDRM. Addd it as disabled to the qoriq kernel config, as the only device currently supported in the qoriq target does not have any display hardware. Reported-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
ac483e1c2a
commit
1bd6dda198
@ -103,6 +103,7 @@ CONFIG_DMA_ENGINE=y
|
||||
CONFIG_DMA_OF=y
|
||||
CONFIG_DMA_OPS=y
|
||||
CONFIG_DMA_OPS_BYPASS=y
|
||||
# CONFIG_DRM_OFDRM is not set
|
||||
CONFIG_DTC=y
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
# CONFIG_E5500_CPU is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user