Use common rule for linux/.config and per-platform config fragments
- Kernel config fragments that were used by the QEMU makefile are merged into kconfigs/qemu.conf. Now, each platform has its own file in kconfigs/ - All platforms: CONFIG_DMA_SHARED_BUFFER cannot be enabled directly because it is a not a visible symbol (has no prompt in Kconfig). CONFIG_DRM is set instead which depends on DMA. - kconfigs/hikey.conf: keep only what is necessary Signed-off-by:Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (FVP, HiKey) Reviewed-by:
Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU, MTK8173)
Showing
- common.mk 5 additions, 0 deletionscommon.mk
- fvp.mk 4 additions, 4 deletionsfvp.mk
- hikey.mk 3 additions, 23 deletionshikey.mk
- kconfig_no_jffs2.conf 0 additions, 1 deletionkconfig_no_jffs2.conf
- kconfig_preempt.conf 0 additions, 1 deletionkconfig_preempt.conf
- kconfigs/fvp.conf 1 addition, 0 deletionskconfigs/fvp.conf
- kconfigs/hikey.conf 1 addition, 0 deletionskconfigs/hikey.conf
- kconfigs/mediatek.conf 1 addition, 0 deletionskconfigs/mediatek.conf
- kconfigs/qemu.conf 4 additions, 0 deletionskconfigs/qemu.conf
- mediatek.mk 5 additions, 3 deletionsmediatek.mk
- qemu.mk 4 additions, 7 deletionsqemu.mk
Loading
Please register or sign in to comment