]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
linaro: add defconfig fragment with basic linaro config
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Mon, 6 Jul 2015 08:51:25 +0000 (10:51 +0200)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:27 +0000 (09:55 +0000)
commit72599c7545ad5d9b2d5ce1cd90e73eaeb0a29ccb
treed07ef106ca8bdb85ae2d5fb248548c3cecc0663f
parentafd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc
linaro: add defconfig fragment with basic linaro config

In order to ease kernel configuration, we are now using kernel config
fragments. In the folder linaro/configs, we will add fragments as needed with
all configurations that are required when using the Linaro kernel releases.

Users are expected to run the following command to properly configure their
kernel tree prior to the build:

./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig \
                                  linaro/configs/distro.conf \
                                  [-O <build-dir>]

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
linaro/configs/distro.conf [new file with mode: 0644]