selftests: create test-specific kconfig fragments
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Fri, 8 Jan 2016 07:27:33 +0000 (15:27 +0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 25 Feb 2016 16:47:52 +0000 (09:47 -0700)
commit8c749ce93ee69e789e46b3be98de9e0cbfcf8ed8
tree37fc8338e51f58eb72d2b97a58c9b6cddaccf217
parentbfd092b8c272866ba1db3e63ebbe08f8ccf979cc
selftests: create test-specific kconfig fragments

Create the config file in each directory of testcase which need
more kernel configuration than the default defconfig. User could
use these configs with merge_config.sh script:

Enable config for specific testcase:
(export ARCH=xxx #for cross compiling)
./scripts/kconfig/merge_config.sh .config \
tools/testing/selftests/xxx/config

Enable configs for all testcases:
(export ARCH=xxx #for cross compiling)
./scripts/kconfig/merge_config.sh .config \
tools/testing/selftests/*/config

Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Reviewed-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
13 files changed:
tools/testing/selftests/cpu-hotplug/config [new file with mode: 0644]
tools/testing/selftests/firmware/config [new file with mode: 0644]
tools/testing/selftests/ftrace/config [new file with mode: 0644]
tools/testing/selftests/ipc/config [new file with mode: 0644]
tools/testing/selftests/memory-hotplug/config [new file with mode: 0644]
tools/testing/selftests/mount/config [new file with mode: 0644]
tools/testing/selftests/net/config [new file with mode: 0644]
tools/testing/selftests/pstore/config [new file with mode: 0644]
tools/testing/selftests/seccomp/config [new file with mode: 0644]
tools/testing/selftests/static_keys/config [new file with mode: 0644]
tools/testing/selftests/user/config [new file with mode: 0644]
tools/testing/selftests/vm/config [new file with mode: 0644]
tools/testing/selftests/zram/config [new file with mode: 0644]
This page took 0.025094 seconds and 5 git commands to generate.